-
-
Save whalesingswee/1fed39ca9db8b3cee1b5d2ee7e281cb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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