Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-27 00:21:46 +00:00
parent 69350c28ac
commit cdc8040fcb
33 changed files with 274 additions and 40 deletions

17
tldr/npm-explore Normal file
View 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}}`