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

[FEATURE]: add fiber template starter #21

Open raihanmd opened 2 months ago

raihanmd commented 2 months ago

Is your feature request related to a problem? Please describe. I think it will be super sigma cool if there has an option on initialization project, so developers can choose their project started with gin or fiber or etc.

Describe the solution you'd like Setup the alternative template for choosing http framework

wahyusa commented 2 months ago

Hi @raihanmd, thanks for the idea.

Of course it will be really helpful to have more HTTP framework options to choose, but as for now I don't have much experience on using Fiber.

I don't think can add that features ASAP but will be in my low priority roadmap for now.

Except someone want try to open pull request for it.

But if you are in hurry and need that kind of features, I suggest to use Go blueprint if you want.