Skip to content

Commit

Permalink
Update npm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Jul 28, 2024
1 parent 2151e56 commit 5093f31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- `npm update` will do the update
- `npm deprecate <package-name>@<version> "<deprecation message>"`
- To undeprecate a package, replace "\<deprecation message\>" with "" (an empty string)
- `npm create` is an alias, for `npm init`
- This was done using npm 6.10.1+.
- [`npm create ${package-name}` is a shorthand for running: `npx create-${package-name}`](https://stackoverflow.com/a/76870223/4229693)

## Tools
- [npm包热度对比网站](https://www.npmtrends.com/)

0 comments on commit 5093f31

Please sign in to comment.