https://github.com/framki/js-boilerplate
https://github.com/framki/js-boilerplate
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/framki/js-boilerplate
- Owner: framki
- Created: 2018-12-05T10:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T11:31:42.000Z (about 1 year ago)
- Last Synced: 2025-05-11T12:28:32.674Z (about 1 year ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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