A command line interface for file handling using SniperCode.FileSystem
To install the package, run the following command:
npm install sniperCode.filesystem.cli
To uninstall SniperCode.FileSystem, run npm uninstall sniperCode.filesystem.cli
.
This package is a command line interface for file handling using SniperCode.FileSystem package. It provides a command line interface for file handling along with some other useful commands. After the installation, you can run the following command to see the usage of SniperCode.FileSystem.Cli:
sfs
If you cannot run the command directly in terminal just use the following command:
npx sfs
This command will show the usage of SniperCode.FileSystem.Cli as shown in picture below.
All references required while building this package are listed in this document.
- Direct execution instead of using Inquirer .
- Backward compatibility with older terminal.
- Custom terminal.
VisitGitHub Release to see the latest release.