CLI for setting up projects
Install lemonade
into your local machine.
Prerequisites: Go v1.16+
git clone https://github.com/d-exclaimation/lemonade.git
go mod download
# Install to machine
go install
# Compile
go build -o lemonade .
- Run the CLI
lemonade
-
Choose the programming language of choice
-
Choose the available template
-
Name the project
- Done!