mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 04:54:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Symlink the current package globally:
|
||||
|
||||
`npm link`
|
||||
`npm {{[ln|link]}}`
|
||||
|
||||
- Link a globally linked package into another project's `node_modules`:
|
||||
|
||||
`npm link {{package_name}}`
|
||||
`npm {{[ln|link]}} {{package_name}}`
|
||||
|
||||
- Unlink a package from the current project:
|
||||
|
||||
`npm unlink {{package_name}}`
|
||||
`npm {{[r|unlink]}} {{package_name}}`
|
||||
|
||||
Reference in New Issue
Block a user