1.0.2 • Published 4 years ago

@jswork/ushell-module-yarn v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

ushell-module-yarn

Unix like shell module for yarn.

installation

npm i -S @jswork/ushell-module-yarn

resources

config

## use taobao npm registry:
yarn config set registry https://registry.npm.taobao.org

## when install slowly:
npm config rm proxy
npm config rm https-proxy