Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-18 00:20:54 +00:00
parent 5e29c3e5bb
commit 83af6b3c72
22 changed files with 325 additions and 29 deletions

View File

@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
- Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
`npm {{[i|install]}} {{[-D|--save-dev]}} {{package_name}}`
`npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}`
- Download the latest version of a package and install it globally:
`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}`
`npm {{[i|install]}} {{package_name}} {{[-g|--global]}}`