Skip to content

Instantly share code, notes, and snippets.

@transitive-bullshit
Last active June 16, 2020 02:28
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save transitive-bullshit/73978cde6a0768aef6ca0419d2d08858 to your computer and use it in GitHub Desktop.
Save transitive-bullshit/73978cde6a0768aef6ca0419d2d08858 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 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