Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazejjanus/gitname
Simple CLI tool for generating conventional commits.
https://github.com/blazejjanus/gitname
Last synced: about 2 months ago
JSON representation
Simple CLI tool for generating conventional commits.
- Host: GitHub
- URL: https://github.com/blazejjanus/gitname
- Owner: blazejjanus
- License: gpl-3.0
- Created: 2024-02-26T11:05:48.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:37:02.000Z (6 months ago)
- Last Synced: 2024-07-10T21:15:41.863Z (6 months ago)
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitName
Simple CLI tool for generating conventional commits and branch names.
Usage:
- -b - generate branch name
- -c - generate commit name## Branch names
Currently app allows to generate branch names in such format:
type/task/description
Where type is one of predefined types, task is task number in format used by JIRA (SPACE-NUMBER).
## Commits
Supported commits features:
- predefined types
- area
- changes list
- referred tasks
- breaking changes