js-setup-project
v0.0.6
Published
setup project for JS dev
Downloads
3
Readme
js-setup-project
Usage:
npx js-setup-project
What is it doing?
- installs eslint
- installs prettier
- installs all needed plugins to make it work
- installs pre-commit hooks
- installs lint-staged to run eslint + prettier + tests before commit