gench

0.0.0 • Public • Published

gench

Generate your own styled changelog from git commits

This is a draft for now If you have any of offers you are welcome!

Usage

Install

npm install -g gench

Config

Create new config file at the root of your project .gench.yml

format:
  before: "["
  after: "]"
except:
  - /[0-9-_]/
only:
  - /[a-zA-z-_|]/
key value
format Formatting you commits
except Throws out these commits /reg exp/
only Accept only that commits /reg exp/

Package Sidebar

Install

npm i gench

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • viktor.konsta