Releases: Itzhep/go-cli
Releases · Itzhep/go-cli
Release list
v1.0.0
Release v1.0.0
We are excited to announce the release of My Go CLI Tool version 1.0.0! This release marks the first stable version of our command-line tool designed to simplify Go project setup.
Key Features
Project Initialization: Quickly set up new Go projects with just a few commands.
Template Selection: Choose from a variety of project templates, including:
Basic: A minimal setup with just a main.go file.
Web Server: A template with a simple HTTP server.
CLI Tool: A template for creating command-line tools with flags.
Git Integration: Optionally initialize a Git repository during project setup.
Configuration File Support: Use a JSON configuration file for automated project setup.