Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 404 Bytes

File metadata and controls

20 lines (12 loc) · 404 Bytes

lazygitcommit

Simple style to comment with git commit.

Install

npm i -g lazygitcommit

yarn global add lazygitcommit

Configure

  • [FEATURE]: Add new feature.
  • [BUGFIX]: Fix bug or error.
  • [BUILD]: Deal with file structures, packages, modules and change dependencies or configure.
  • [STYLE]: Markup, code formatting.
  • [REFACTOR]: code refactoring.
  • [DOCS]: Edit documentations.