Skip to content

gopher v1.0.1 (stable)

Latest

Choose a tag to compare

@theghostmac theghostmac released this 01 Aug 18:52
· 6 commits to master since this release

🎉 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 check command: Easily format your entire codebase or individual .go files using gofmt. Keep your code clean and consistent with this minimalistic check feature.

Thank you for using Gopher! Happy coding! 😄🐭