https://github.com/lppedd/idea-conventional-commit-angular2
Provides additional commit types and scopes in Angular (2+) contexts.
https://github.com/lppedd/idea-conventional-commit-angular2
conventional-commit idea idea-plugin intellij intellij-plugin semantic-commits
Last synced: 12 months ago
JSON representation
Provides additional commit types and scopes in Angular (2+) contexts.
- Host: GitHub
- URL: https://github.com/lppedd/idea-conventional-commit-angular2
- Owner: lppedd
- License: mit
- Created: 2019-11-27T22:59:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T16:25:34.000Z (over 5 years ago)
- Last Synced: 2025-02-12T05:56:34.471Z (about 1 year ago)
- Topics: conventional-commit, idea, idea-plugin, intellij, intellij-plugin, semantic-commits
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/13405-angular-conventional-commit
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_notes/0_1_0.html
- License: LICENSE
Awesome Lists containing this project
README

# Angular Conventional Commit
### Available @ [JetBrains Plugins Repository][4]
Looking for the latest **plugin binaries**? Get them [here][1] as `.zip`
Supported IDE versions: `192.*` to `203.*` (both inclusive)
-----
This plugin extends the functionality of [Conventional Commit][2] in Angular (2+) contexts.
Angular [commit message guidelines][3] are followed to provide additional commit _types_,
and projects are searched for `NgModule` annotated classes to provide additional commit `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
- Edoardo Luppi ()
[1]: https://github.com/lppedd/idea-conventional-commit-angular2/releases
[2]: https://github.com/lppedd/idea-conventional-commit
[3]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
[4]: https://plugins.jetbrains.com/plugin/13405-angular-conventional-commit