Last active
June 16, 2020 02:28
-
-
Save transitive-bullshit/73978cde6a0768aef6ca0419d2d08858 to your computer and use it in GitHub Desktop.
This file contains 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 tldr | |
npm install -g now | |
npm install -g spoof | |
npm install -g fkill-cli | |
npm install -g castnow | |
npm install -g github-is-starred-cli | |
npm install -g vtop | |
# react | |
npm install -g create-react-app | |
npm install -g create-react-library | |
npm install -g react-native-cli | |
# linting | |
npm install -g eslint | |
npm install -g babel-eslint | |
npm install -g eslint-config-standard | |
npm install -g eslint-config-standard-react | |
npm install -g eslint-config-standard-jsx | |
npm install -g eslint-plugin-react | |
npm install -g eslint-config-prettier | |
npm install -g eslint-plugin-prettier | |
npm install -g prettier | |
npm install -g standard | |
npm install -g typescript | |
# rarely used nowadays, but still useful to have | |
npm install -g gulp | |
npm install -g less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment