Skip to content

Commit 24cd52d

Browse files
committed
update README
1 parent cffeca8 commit 24cd52d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ Opinionated CLI tool for generating Go backend service boilerplate
55
### Overview
66

77
Inspired by the fact that I hate rewriting and copy pasting code
8+
9+
This is mainly for myself, I encountered this problem while working on [Fafnir](https://github.com/andrearcaina/fafnir), and I wanted to create a CLI tool to generate the needed files and folder structure to quickly create a new microservice.
10+
11+
### TODO
12+
13+
In no particular order:
14+
15+
- [ ] Add REST, gRPC, and GraphQL templates to my liking
16+
- [ ] Add SQLc support to my liking
17+
- [ ] Implement quality of life features like:
18+
- [ ] Flags for every possible option
19+
- [ ] Interactive UI for when flags are not provided

0 commit comments

Comments
 (0)