mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 06:01:45 +00:00
Update cheatsheets
This commit is contained in:
25
npm-check
Normal file
25
npm-check
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# npm-check
|
||||
|
||||
> Check for outdated, incorrect, and unused npm package dependencies.
|
||||
> More information: <https://github.com/dylang/npm-check>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user