update-project
v2.7.0
Published
A CLI tool to update dependencies for projects.
Readme
update-project
A CLI tool to update dependencies for projects.
features
- check multiple js projects, check and update their dependencies, dev dependencies, peer dependencies, dependencies in lerna packages, remove
node_modulesandyarn.lockthenyarn install - optional, just check which packages can be updated
- optional, run
npm run build && npm run lint, commit local changes then push
install
yarn global add update-project
usage
update-project **
parameters
name | type | description
--- | --- | ---
--exclude | string | exclude a project, can be multiple
--lib | string | just update the package, can be multiple
--exclude-lib | string | do not update the package, can be multiple
--commit | boolean | after packages updated, run npm run build && npm run lint, commit local changes then push
--check | boolean | just check which packages can be updated
-h,--help | boolean | Print this message.
-v,--version | boolean | Print the version
