I am hoping u have installed go on your system , ensure by running 'go version'
- Accepts parameters like project name, description, and template type (web2, web3, or AI).
- Interactive chat-like interface for input.
- Uses
promptui
for a user-friendly selection experience.
-
Install Cobra CLI:
go install github.com/spf13/cobra-cli@latest
-
Install PromptUI:
go get github.com/manifoldco/promptui
To build the CLI tool, run:
go build -o cli-tool
To create a new project, execute:
./cli-tool create