An open API service indexing awesome lists of open source software.

https://github.com/framki/js-boilerplate


https://github.com/framki/js-boilerplate

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# javascript boilerplate

includes:

- eslint
- `.eslintrc.json` config file
- prettier
- `.prettierrc.json` config file
- husky
- lint-staged
- commitizen

## usage guide

- `git init` - run before install husky!
- `yarn` to install packages
- `yarn lint` to check js files with eslint + prettier
- `yarn lint:write` to check js files with eslint + prettier and try to fix them
- `yarn commit` run commitizen to commit changed files
- `npm run release -- --first-release` to generate your changelog for your first release
- `yarn release` to generate changelog