gtinoco-project-1d-cli-file-creator
v1.0.0
Published
CLI npm package to generate files
Readme
File Creator through CLI
With this project will be able to create an empty file by entering the name and the extensio
Instructions for Use
For a correct use, we must follow the below instructions
Installation
- GLOBAL
npm install -g gtinoco-project-1d-cli-file-creator- LOCAL
npm install gtinoco-project-1d-cli-file-creatorTo use it
- GLOBAL
We must to execute this on the terminal
gtinoco-project-1d-cli-file-creator- LOCAL
First to all, we must to add the following command on script section of package.json
"scripts": {
"cli-file-creator": "./node_modules/.bin/gtinoco-project-1d-cli-file-creator"
}Once added the command, let's to execute
npm run cli-file-creator