wahyusa / goartisan

Go Artisan is a CLI tool designed to simplify and accelerate the development of RESTful APIs in Go with artisan like command.
MIT License
3 stars 0 forks source link

`init.go` CLI command to initialize a REST API project #6

Closed wahyusa closed 3 months ago

wahyusa commented 3 months ago

This is funny because I am doing this without enough preparation and clear scopes

So, here are the feature scopes that I have re-thinking.

Breaking changes

I come up to simpler solution to just generate REST API with repository pattern, goartisan.toml configuration, and users defined template that can be re-used in another project.