Skip to content

Instantly share code, notes, and snippets.

@banditelol
Forked from transitive-bullshit/npm.sh
Created February 25, 2019 06:44
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 banditelol/15df9cea58ea3e529d9f078d436588b6 to your computer and use it in GitHub Desktop.
Save banditelol/15df9cea58ea3e529d9f078d436588b6 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