https://github.com/debck/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.
https://github.com/debck/file-creator-cli
cli nodejs npm-package package
Last synced: over 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/debck/file-creator-cli
- Owner: debck
- License: mit
- Created: 2018-07-26T11:26:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:09:29.000Z (over 3 years ago)
- Last Synced: 2025-03-18T04:51:49.675Z (over 1 year ago)
- Topics: cli, nodejs, npm-package, package
- Language: JavaScript
- Homepage:
- Size: 5.64 MB
- Stars: 18
- Watchers: 1
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 :heart: for Windows 💻 users, who cannot use `touch` command to create files :+1:




[](https://www.codacy.com/app/debck/File-Creator-CLI?utm_source=github.com&utm_medium=referral&utm_content=debck/File-Creator-CLI&utm_campaign=Badge_Grade)

## 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. :tada: 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.