My personnal cli
I create my personnal cli in node js to help me in my daily life.
Some link to inspire you :
- How to build a cli with node-js
- Command line app with nodejs
- javascript command line interface cli node js
How to install
git clone git@github.com:MattMattC/cli-all.git
(me in my home)yarn install
ornpm install
- create you an alias in your
.bashrc
or.zshrc
(where you want) `alias my-cli='node ~/cli-all/index.js' - refresh you're terminal or call you're
.bashrc
or.zshrc
... - call the command
my-cli --help