mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 01:58:28 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/npm-explore
Normal file
17
tldr/npm-explore
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# npm explore
|
||||
|
||||
> Browse an installed npm package.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-explore>.
|
||||
|
||||
- Browse an installed package:
|
||||
|
||||
`npm explore {{package_name}}`
|
||||
|
||||
- Browse a package and run a command inside it:
|
||||
|
||||
`npm explore {{package_name}} -- {{command}}`
|
||||
Reference in New Issue
Block a user