🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

byn

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byn

🌝 mixture of yarn and npm.

1.1.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

byn

FAQs

Package last updated on 06 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts