Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 413 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 413 Bytes

Cli template

Description

This is a cli template for golang project

Build and install

  1. Clone the repository:
git clone https://github.com/LordPax/cli-template.git
cd cli-template
  1. Build the project:
go mod download
go build
./install.sh
  1. Execute the script to generate config

Will generate a config file at ~/.config/cli-template/config

./cli-template