Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 680 Bytes

Readme.md

File metadata and controls

31 lines (25 loc) · 680 Bytes

I am hoping u have installed go on your system , ensure by running 'go version'

CLI Tool

Features

  • 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.

Installation

  1. Install Cobra CLI:

    go install github.com/spf13/cobra-cli@latest  
  2. Install PromptUI:

    go get github.com/manifoldco/promptui  

Build

To build the CLI tool, run:

go build -o cli-tool  

Usage

To create a new project, execute:

./cli-tool create