🎉 Release v1.0.0 - Introducing Gopher! 🎉
We are excited to announce the first stable release of Gopher, a command-line tool written in Go to manage your Go projects efficiently. Inspired by Rust's Cargo tool, Gopher aims to simplify common development tasks and streamline the Go project workflow.
🚀 Features:
new: Create a new Go project with customizable project types (web or app).add: Add external Go dependencies to your project with ease.build: Compile and build your Go project into an executable binary.init: Initialize Go modules for your project for better dependency management.test: Run tests for your Go project to ensure code integrity.run: Execute your Go project effortlessly.
📝 Check Your Codebase:
- Introducing
checkcommand: Easily format your entire codebase or individual.gofiles usinggofmt. Keep your code clean and consistent with this minimalistic check feature.
Thank you for using Gopher! Happy coding! 😄🐭