/lemonade

CLI for Setting up projects

Primary LanguageGoApache License 2.0Apache-2.0

Lemonade

CLI for setting up projects

Installation

Install lemonade into your local machine.

Prerequisites: Go v1.16+

Download Go from golang.org

Clone project from Github

git clone https://github.com/d-exclaimation/lemonade.git

Get all dependencies

go mod download

Compile to binary

# Install to machine
go install

# Compile

go build -o lemonade .

Usage/Examples

  1. Run the CLI
lemonade
  1. Choose the programming language of choice

  2. Choose the available template

  3. Name the project

  1. Done!