tuhinexe / optical

A CLI tool to generate a Go API starter with Fiber
https://github.com/tuhinexe/optical
MIT License
6 stars 0 forks source link

📝 [Proposal]: Refactor the CLI as an interactive tool like create-next-app #1

Closed tuhinexe closed 2 weeks ago

tuhinexe commented 3 weeks ago

Feature Proposal Description

Currently, we can execute the command and it generates a project. But with more options in the future, the single command will be a hassle.

Feature Examples

With create-next-app users can select what will be the project name, language (js/ts), Routing type (Page, App), etc.

So, Optical should behave the same to give users various options to select and customize more.

Checklist:

tuhinexe commented 2 weeks ago

This issue is fixed. PR #4