1.0.7 • Published 5 years ago

update-npm-scopes v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

update-npm-scopes

CLI tool for updating multiple packages of the same scope(s) simultaneously.

  • Cross-platform
  • Supports multiple scopes

Forked from https://www.npmjs.com/package/update-by-scope.

Usage

npx update-npm-scopes <scopeA [scopeB ...]>

or (after npm install --save-dev update-npm-scopes)

update-npm-scopes <scopeA [scopeB ...]>

Will perform npm update --no-save on the provided scopes.

If you have any ideas on how to improve the tool, feel free to open an issue or a PR.