π Commit Message Generator
Generate conventional commit messages
Conventional Commits Format
type(scope): description [body] [footer]
Examples:
feat(auth): add OAuth2 loginfix(api): resolve null pointer exceptiondocs: update README with installation steps