1.1.0 • Published 6 years ago
byn v1.1.0
byn
Blend yarn and npm. byn's cli is meant to behave exactly the same with yarn.
Never have to switch between npm and yarn add, remove, init ever again.
When I download a repository, I always choose to use the yarn command, so sometimes there are two files in the repository, package-lock.json file and yarns.lock file, which makes me very upset.
Try byn, and remove the annoyance.
Install
# use npm
npm install byn -g
# use yarn
yarn global bynUsage
# install
byn # or byn install
# dep
byn add axios
# devDep
byn add axios --dev
byn add axios --D
# remove
byn remove axios
# scripts
byn test
byn build
byn devChangeLog
myan ==> byn.