1.1.0 • Published 5 years ago

byn v1.1.0

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

byn

npm.io

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 byn

Usage

# 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 dev

ChangeLog

  • myan ==> byn.

MIT

MIT