Skip to content

debck/File-Creator-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Creator-CLI

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 👍

Travis CI Dependancy Status NPM Version MIT License Codacy Badge commit

Installation

npm install -g filecreator-cli

Usage

  • Create a directory/file
  • Delete a directory/file
  • Rename a file
  • Get file size

Steps to follow:

  1. cd to the directory/folder where u want to create your file/folder using command line
  2. type create in your shell
  3. Answer the questions about creating directory or file, enter details asked and press Enter
  4. You can type help or h to see all commands available.
  5. 🎉 Your file/folder is ready

Running locally

  • 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)

Communication

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published