Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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