Skip to content

Commit

Permalink
Create synopsis.yml
Browse files Browse the repository at this point in the history
"npm" latest run Yaml Filed
  • Loading branch information
bnhassin committed Oct 29, 2021
1 parent a5924a4 commit 3f81c1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker pull bnhassin/npm/synopsis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
npm install (with no args, in package dir)
npm install [<@scope>/]<name>
npm install [<@scope>/]<name>@<tag>
npm install [<@scope>/]<name>@<version>
npm install [<@scope>/]<name>@<version range>
npm install <alias>@npm:<name>
npm install <git-host>:<git-user>/<repo-name>
npm install <git repo url>
npm install <tarball file>
npm install <tarball url>
npm install <folder>

aliases: npm i, npm add
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional|--save-peer] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]

0 comments on commit 3f81c1a

Please sign in to comment.