Skip to content

lppedd/idea-conventional-commit-angular2

Repository files navigation

Plugin logo

Angular Conventional Commit

Looking for the latest plugin binaries? Get them here as .zip
Supported IDE versions: 192.* to 203.* (both inclusive)


This plugin extends the functionality of Conventional Commit in Angular (2+) contexts.

Angular commit message guidelines are followed to provide additional commit types, and projects are searched for NgModule annotated classes to provide additional commit scopes.


NgModule scopes


Why Java and not Kotlin?

The answer to that question is straightforward: bundle size.
I want to keep Conventional Commit extensions as small as possible.

Author