no0x9d / chankins

Change management and release note generation for multi module projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chankins

What is Chankins?

Chankins manages your code changes and builds release notes for your multi module project. It holds a your changes based on a release with additional metadata and can generate release notes from a supplied template.

When not to use Chankins?

If you have all changes in a issue tracker like github or a jira project and you just want release notes, there are better integrated solutions. Also if your project just has one module or is shipping at once Chankins might be a bit to much, but still usable.

Getting started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

Model

About

Change management and release note generation for multi module projects

License:MIT License


Languages

Language:Elixir 83.1%Language:HTML 13.3%Language:JavaScript 3.4%Language:CSS 0.2%