A powerful, production-ready CLI for Go application development with built-in database migrations, service scaffolding, and gRPC support.
Install the GoForge CLI globally:
go install github.com/mmycin/GoForge@latestCreate your first GoForge project:
goforge new my-awesome-project
cd my-awesome-project- ⚡ Service Scaffolding: Generate complete service stacks (models, handlers, gRPC stubs, docs) with dependency injection in seconds
- 🗄️ Database Tools: Built-in support for Atlas migrations and SQLC type-safe queries
- 📡 gRPC Support: Generate and compile proto files with a single command
- 🔌 Extensibility: Create custom application-specific console commands
- 🧪 Testable Code: Dependency injection by default for easy testing
For detailed documentation, please visit GoForge Docs
GoForge CLI is licensed under the Apache License 2.0. See the LICENSE file for more details.
