aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2023-09-03feat: Add option for inputing templateGabriel Arakaki Giovanini
Now a template file is required to run the cli command. That gives the user an option to provide its own template file. An default will be provided later.
2023-09-03ref: Remove quicktemplateGabriel Arakaki Giovanini
This is done in preparation to use text-html/template. This will allow the user to input their own template file
2023-09-03ref: Move to pflagGabriel Arakaki Giovanini
Don't like default single `-` param.
2023-08-28feat: Add link to the commit for a given formatGabriel Arakaki Giovanini
2023-08-26feat: Add initial template renderer for markdownGabriel Arakaki Giovanini
2023-08-26Initial commitGabriel Arakaki Giovanini