Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

enclose-cli

fengmk210MIT0.0.2

enclose cli installer

enclose

readme

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