https://github.com/eliooooooo/writemycommits
A vscode extension for generating commits that comply with the conventional commits standard.
https://github.com/eliooooooo/writemycommits
commit-message conventional-commits vscode-extension
Last synced: 9 months ago
JSON representation
A vscode extension for generating commits that comply with the conventional commits standard.
- Host: GitHub
- URL: https://github.com/eliooooooo/writemycommits
- Owner: eliooooooo
- Created: 2024-03-22T19:53:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:59:33.000Z (over 1 year ago)
- Last Synced: 2025-04-15T06:45:24.084Z (9 months ago)
- Topics: commit-message, conventional-commits, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=BURKLEEliott.writemycommits
- Size: 1.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WriteMyCommits
A vscode extension for generating commits that comply with the conventional commits standard.
## Features
A simple extension to format and standardize your commits, for better understanding and teamwork.
You can :
- Generate commit name only.
- Generate a commit and its message (body + footer included).
Exemple [here](https://youtu.be/PiYvZSA-Qwo)
## Known Issues
There are no known problems at the moment, so don't hesitate to report them!
## Release Notes
### 1.0.0
Initial release of Write My Commits.
Features :
- Generate a commit name
- Generate a commit name + message
### 1.1.0
Add new features :
- Can now display modified files in the window
- Addition of new commits types
### 1.2.0
- Resolve bugs
- Remove formats configuration
### 1.3.0
- Refresh DataProvider on commit