filecreator-cli
v2.0.0
Published
A CLI tool which creates required files with all type of file extension.
Downloads
8
Readme
Made with :heart: for Windows 💻 users, who cannot use
touchcommand to create files :+1:
Installation:
npm install -g filecreator-cli
Usage:
- Create a directory/file
- Delete a directory/file
- Rename a file
- Get file size
Steps to follow:
cdto thedirectory/folderwhere u want to create your file/folder using command line- type
createin your shell - Answer the questions about creating
directoryorfile, enterdetailsasked and pressEnter - You can type
helporhto see all commands available. - :tada: Your file/folder is ready
Running locally:
- Fork and clone the repo.
cdto the project directory eg.cd File-Creator-CLI- Type
npm ito install all packages. - Now
cd binto go to the bin folder. - Run
node app.jsto start the server.
Always run tests before commiting using
npm run test( It will also check for linting issues)
Preview

Communication
If you have any specific queries related to the project drop an issue.
