Skip to content

sottar/nyarm

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

About

😸 npm + yarn => nyarm 😸

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •