0.0.2 • Published 9 years ago
enclose-cli v0.0.2
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:$PATHOr add to bash profiles: .bashrc, .bash_profile or .profile
$ echo 'export PATH=$HOME/.cli:$PATH' >> .bashrcInstall an enclose cli
$ enclose install cnpmTest the installed cli
$ which cnpm
$ cnpm -v0.0.2
9 years ago