npm.md: additional module listing use case

Added a use case for listing all globally installed modules with a tree depth of 0.
This commit is contained in:
Raymond Douglas
2017-11-22 15:56:00 -08:00
committed by GitHub
parent be45f49de5
commit 91c6744c1e

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`