bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Extracted formatter into its own package #287

Closed tessi closed 3 years ago

tessi commented 3 years ago

I extracted the formatter logic into its own package at https://github.com/bitcrowd/tickety-tick-formatter

The reason is that we often have project ideas that are not browser-plugins, but still want to format tickets into git-digestable strings.

One example is the GitHub integration for OpenProject I am currently working on.

A beneficial side effect is, that the formatter/template logic is extracted and now implemented in TypeScript.