Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
0
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc