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
touch
command 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:
cd
to thedirectory/folder
where u want to create your file/folder using command line- type
create
in your shell - Answer the questions about creating
directory
orfile
, enterdetails
asked and pressEnter
- You can type
help
orh
to see all commands available. - 🎉 Your file/folder is ready
- Fork and clone the repo.
cd
to the project directory eg.cd File-Creator-CLI
- Type
npm i
to install all packages. - Run
npm start
to 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.