Click On Green Button "Use this template".
-
Eslint Config: AirBnB
-
Eslint Plugins: Prettier
-
Git Hooks: Husky
-
Pre Commit: lint-staged
-
Commit Lint: commitlint
-
Change Log: standard version
git add .
npm run precommit
git commit -m 'fix: some fix file'
npm run release:patch
git add .
npm run precommit
git commit -m 'feat: some change'
npm run release:minor
git add .
npm run precommit
git commit -m 'feat: large changes '
npm run release:major