npm.md: additional module listing use case

Added a use case for listing all globally installed modules with a tree depth of 0.
coverage
Raymond Douglas 2017-11-22 15:56:00 -08:00 committed by GitHub
parent be45f49de5
commit 91c6744c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
`npm list`
- List a tree of globally installed modules:
`npm list -g --depth=0`
- Interactively create a package.json file:
`npm init`