https://github.com/leegeunhyeok/easy-commit
:speech_balloon: - Commit Message CLI
https://github.com/leegeunhyeok/easy-commit
cli commit commit-message git
Last synced: 13 days ago
JSON representation
:speech_balloon: - Commit Message CLI
- Host: GitHub
- URL: https://github.com/leegeunhyeok/easy-commit
- Owner: leegeunhyeok
- License: mit
- Created: 2020-06-11T07:50:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T21:31:28.000Z (about 3 years ago)
- Last Synced: 2025-03-29T07:14:00.751Z (about 1 month ago)
- Topics: cli, commit, commit-message, git
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/easy-commit
- Size: 590 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Commit
> ✉️ Git Commit Message Helper[](https://www.npmjs.com/package/easy-commit)
[](https://www.npmjs.com/package/easy-commit)
[](https://www.npmjs.com/package/easy-commit)
## Install
- Require
- Node.js `>=10.3.0`
- Git```bash
npm install -g easy-commit
```## Usage
Just enter `ec` command.
```bash
ec
```- Type commit message subject
- Type commit message body (optional)
- `Ctrl + C` to confirm & commit!## Changelog
- `0.1.3`
- `0.1.2`
- FIXED: Multibyte character length checking
- `0.1.1`
- FIXED: ANSI Color padding (Message preview)
- `0.1.0`
- **Change version convention**
- FIXED: Crash when press `Ctrl + C` without subject
- `0.0.1`
- First release.## LICENSE
[MIT](./LICENSE)