dart_file 1.0.2 dart_file: ^1.0.2 copied to clipboard
A simple Dart script for file operations.
dartfile_tool #
A simple Dart command-line tool for file operations such as creating, writing, reading, and deleting files.
Features #
- Create: Create a new file at a specified path.
- Write: Write content to a file.
- Read: Read and display the content of a file.
- Delete: Delete a specified file with confirmation.
Installation #
You can install dart_file
using dart pub
:
dart pub global activate dart_file