File Creator CLI
Debasish Sahoo
Bhubaneswar, Odisha
- 0 Collaborators
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 ...learn more
Project status: Published/In Market
Overview / Usage
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.
Installationnpm install -g filecreator-cli
Methodology / Approach
Usage- Create a directory/file
- Delete a directory/file
- Rename a file
- Get file size
Steps to follow:
- cd to the directory/folder where u want to create your file/folder using command line
- type create in your shell
- Answer the questions about creating directory or file, enter details asked and press Enter
- You can type help or h 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)
Technologies Used
**Javascript libraries **
-
bdd-stdin
-
cfonts (for font)
-
chalk
-
eslint-plugin-jest (for writing test cases )
-
figlet
-
inquirer (for user experience in the command line)
-shelljs