/cli-all

Personnal Cli for all on my linux

Primary LanguageJavaScript

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 install

  • git clone git@github.com:MattMattC/cli-all.git (me in my home)
  • yarn install or npm 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