Jeff1

Results 3 issues of Jeff1

Is there a way to dynamically set progress from code? Have it watch a scope variable?

- [x] Format all commit messages with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)

Is it possible to add an option to generate types instead of interfaces? aka instead of ``` export interface Message { text: string; } ``` we would generate ``` export...