1.1.4 • Published 1 year ago

update-by-scope v1.1.4

Weekly downloads
239
License
MIT
Repository
github
Last release
1 year ago

update-by-scope

CLI tool for updating multiple packages of the same scope simultaneously

Usage

npx update-by-scope <scope>

Tool tries to detect which NPM client you use, for example if it's Yarn, it will find all the packages which name starts with provided scope value inside the package.json and will run yarn upgrade @example/foo@latest @example/bar@latest ....

If you want to manually specify an NPM client and command it should use, you can write it after scope argument or with -n and -c flags.

npx update-by-scope @example npm install

or

npx update-by-scope -n npm -c install @example

In this case it will run npm install @example/foo@latest @example/bar@latest ...

It's also possible to specify NPM tag with a flag --tag or -t:

npx update-by-scope -t next @example

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

1.1.4

1 year ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago