0.0.4 • Published 5 years ago
throw-friendly-error v0.0.4
Installation
Click On Green Button "Use this template".Features
- Eslint Config: AirBnB
Eslint Plugins: Prettier
Git Hooks: Husky
Pre Commit: lint-staged
Commit Lint: commitlint
- Change Log: standard version
Fix
git add .
npm run precommit
git commit -m 'fix: some fix file'
npm run release:patchMinor change
git add .
npm run precommit
git commit -m 'feat: some change'
npm run release:minorMajor change
git add .
npm run precommit
git commit -m 'feat: large changes '
npm run release:major0.0.4
5 years ago