GoDev
GoDev is a command-line toolkit for automating and managing Go project development.
It provides a unified interface for common development tasks, helping reduce repetitive work and keep project workflows consistent.
Warning
GoDev is currently under active development. Commands and APIs may change until the first stable release.
Features
- Project scaffolding
- Code generation
- Project automation
- Git integration
- Safe execution with dry-run support
- Preview changes before applying them
- Cross-platform support
Installation
Install the latest released version:
go install github.com/80LK/godev/cmd/god@latest
Verify the installation:
god --help
Getting Started
Display available commands:
god --help
Show help for a specific command:
god <command> --help
Documentation
Documentation is currently being written and will expand as the project evolves.
Contributing
Contributions are welcome.
If you have found a bug or have a feature request, please open an issue before submitting a pull request.
License
GoDev is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See the LICENSE file for the full license text.
Project branding, including the GoDev name and logo, is described in the NOTICE file and is not covered by the AGPL-3.0 license.