0.0.2 • Published 7 years ago

enclose-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

enclose-cli

enclose cli installer

Settings

All cli are installed into $HOME/.cli, you must add $HOME/.cli into PATH env.

export PATH=$HOME/.cli:$PATH

Or add to bash profiles: .bashrc, .bash_profile or .profile

$ echo 'export PATH=$HOME/.cli:$PATH' >> .bashrc

Install an enclose cli

$ enclose install cnpm

Test the installed cli

$ which cnpm
$ cnpm -v