typescript-book icon indicating copy to clipboard operation
typescript-book copied to clipboard

Write docs on npm scripts

Open basarat opened this issue 8 years ago • 1 comments

  • npx
  • .bin
  • use package.json -pre / post
  • concurrently
  • rm -rf
  • npm test
  • npm start
  • npm run <something>

basarat avatar Jan 19 '18 08:01 basarat

Other useful npm command :

  • npm docs <package>
  • npm repo <package>
  • npm completion > ~/.bashrc to enable npm completion

basarat avatar Jul 11 '19 01:07 basarat