Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:09:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T11:16:44.569Z (12 days ago)
- Topics: cli, nodejs, npm-package, package
- Language: JavaScript
- Homepage:
- Size: 5.64 MB
- Stars: 18
- Watchers: 2
- 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:
![Travis CI](https://img.shields.io/travis/com/debck/File-Creator-CLI/master.svg?style=flat-square)
![Dependancy Status](https://david-dm.org/debck/File-Creator-CLI.svg)
![NPM Version](https://badge.fury.io/js/filecreator-cli.svg)
![MIT License](https://img.shields.io/github/license/debck/File-Creator-CLI.svg?style=flat-square)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/64aa86eeb6d44a7fb0848c05cfe9c9bb)](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)
![commit](https://img.shields.io/github/last-commit/debck/File-Creator-CLI.svg)
## Installation
` npm install -g filecreator-cli `## Usage
* Create a directory/file
* Delete a directory/file
* Rename a file
* Get file sizeSteps 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.