Skip to content

WebClub-NITK/create-hackclub-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

CLI for winning hackathons on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages