1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

npm: additional module listing use case (#1642)

This commit is contained in:
Starbeamrainbowlabs 2017-11-23 18:06:22 +00:00 committed by GitHub
commit 6c391a1192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,14 @@
`npm uninstall {{module_name}}`
- List a tree of installed modules:
- List a tree of installed modules referenced in package.json:
`npm list`
- List top-level globally installed modules:
`npm list -g --depth={{0}}`
- Interactively create a package.json file:
`npm init`