A simple Command Line application which allows you to create files in your directory/folder, with all types of file extension in a more interactive way.
Made with ❤️ for Windows 💻 users, who cannot use
touchcommand to create files 👍
npm install -g filecreator-cli
- 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. - 🎉 Your file/folder is ready
- Fork and clone the repo.
cdto the project directory eg.cd File-Creator-CLI- Type
npm ito install all packages. - Run
npm startto start the server.
Always run tests before commiting using
npm run test( It will also check for linting issues)
If you have any specific queries related to the project drop an issue.
