Skip to content

sottar/nyarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be925ca ยท Oct 25, 2024

History

86 Commits
Feb 28, 2020
Feb 27, 2020
Feb 27, 2020
Feb 27, 2020
Feb 14, 2020
Feb 7, 2020
Feb 7, 2020
Feb 7, 2020
Feb 29, 2020
Feb 27, 2020
Oct 25, 2024
Oct 25, 2024
Feb 19, 2020
Feb 27, 2020
Feb 27, 2020

Repository files navigation

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