0.0.4 • Published 4 years ago

throw-friendly-error v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

npm version npm downloads

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:patch

Minor change

git add .
npm run precommit
git commit -m 'feat: some change'
npm run release:minor

Major change

git add .
npm run precommit
git commit -m 'feat: large changes '
npm run release:major