Rabbitzzc / byn

🌝 mixture of yarn and npm. https://www.npmjs.com/package/byn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🌝 mixture of yarn and npm. https://www.npmjs.com/package/byn

License:MIT License


Languages

Language:JavaScript 100.0%