Skip to content

Instantly share code, notes, and snippets.

@whalesingswee
Forked from transitive-bullshit/npm.sh
Last active July 12, 2019 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whalesingswee/1fed39ca9db8b3cee1b5d2ee7e281cb4 to your computer and use it in GitHub Desktop.
Save whalesingswee/1fed39ca9db8b3cee1b5d2ee7e281cb4 to your computer and use it in GitHub Desktop.
# working with npm
npm install -g yarn
npm install -g npx
npm install -g np
npm install -g npm-name-cli
# debugging
npm install -g ndb
npm install -g node-inspector
# general utilities
npm install -g now
npm install -g vtop
npm install netlify-cli -g
npm install -g browser-sync
# react
npm install -g create-react-app
npm install -g create-react-library
npm install -g gulp-cli
npm install -g gatsby-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment