Skip to content

v1.0.0

Latest

Choose a tag to compare

@Itzhep Itzhep released this 21 Jul 10:24
· 4 commits to main since this release
6ed58ad

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.