nunu

A CLI tool for building Go applications.

GitHub Stars

2,378

User Rating

Not Rated

Favorites

0

Views

61

Forks

189

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/go-nunu/nunu.git
cd nunu

2. Install Dependencies

bash
go mod tidy

3. Run Application

bash
go run main.go

Troubleshooting

Common Issues

Issue: Application fails to build Solution: Check your Go version and reinstall dependencies.