sottar / nyarm

๐Ÿ˜ธ npm + yarn => nyarm ๐Ÿ˜ธ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nyarm

npm version Actions Status

npm + yarn => nyarm

Which one are you using npm or yarn?
You can use just nyarm for all your projects.

install

$ npm install -g nyarm
# or 
$ yarn global add nyarm

usage

Just use the nyarm command instead of npm or yarn

$ nyarm {install | add}
# npm project => npm install
# yarn project => yarn install

$ nyarm {install | add} {module_name}
# npm project => npm install {module_name}
# yarn project => yarn add {module_name}

$ nyarm {uninstall | remove} {module_name}
# npm project => npm uninstall {module_name}
# yarn project => yarn remove {module_name}

Licence

MIT

About

๐Ÿ˜ธ npm + yarn => nyarm ๐Ÿ˜ธ

License:MIT License


Languages

Language:TypeScript 94.1%Language:JavaScript 5.9%