Skip to content
Tak Tran edited this page Feb 21, 2019 · 6 revisions

Calculate semver

Use github branch in deps

"devDependencies": {
  "some-tool": "taktran/some-tool#branch-name",
}

View package info (from repository)

npm view [package-name]

View specific local package version

npm ls [package-name]

Silence NPM errors

npm run [script] --silent
Clone this wiki locally