npm-check: add page (#2107)

italian
Starbeamrainbowlabs 2018-05-16 13:07:05 +01:00 committed by Owen Voke
parent f27c3045f3
commit 8015572c2f
1 changed files with 19 additions and 0 deletions

19
pages/common/npm-check.md Normal file
View File

@ -0,0 +1,19 @@
# npm-check
> Check for outdated, incorrect, and unused npm package dependencies.
- Display a report of outdated, incorrect, and unused dependencies:
`npm-check`
- Interactively update out-of-date packages:
`npm-check --update`
- Update everything without prompting:
`npm-check --update-all`
- Don't check for unused packages:
`npm-check --skip-unused`