0.0.1 • Published 4 years ago

leonecli v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cli file creator

this is my personal cli project

Install

  • Global

    npm install -g cli-file-creator
  • Local

    npm install  cli-file-creator

How to used it

  • Global
file-leone-cli
  • Local
"scripts":{
    "file-leone-cli" : "./node_modules/.bin/file-leone-cli"
}

Execute

npm run file-leone-cli

Other things

    $ npm install chalk inquirer figlet shelljs
    
    
  • Chalk: console line with color
  • Inquire: Input information in command console
  • Figlet: Create the project name with fancy style
  • ShellJs