Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-nunu/nunu-layout-advanced
Nunu is a Golang project scaffold.
https://github.com/go-nunu/nunu-layout-advanced
gin go golang golang-cli wire
Last synced: 3 days ago
JSON representation
Nunu is a Golang project scaffold.
- Host: GitHub
- URL: https://github.com/go-nunu/nunu-layout-advanced
- Owner: go-nunu
- License: mit
- Created: 2023-06-05T08:20:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T10:09:38.000Z (about 1 month ago)
- Last Synced: 2025-01-15T21:15:04.033Z (17 days ago)
- Topics: gin, go, golang, golang-cli, wire
- Language: Go
- Size: 296 KB
- Stars: 48
- Watchers: 3
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nunu — A CLI tool for building Go applications.
Nunu is a scaffolding tool for building Go applications. Its name comes from a game character in League of Legends, a little boy riding on the shoulders of a Yeti. Just like Nunu, this project stands on the shoulders of giants, as it is built upon a combination of popular libraries from the Go ecosystem. This combination allows you to quickly build efficient and reliable applications.
[简体中文介绍](https://github.com/go-nunu/nunu/blob/main/README_zh.md)
![Nunu](https://github.com/go-nunu/nunu/blob/main/.github/assets/banner.png)
## Documentation
* [User Guide](https://github.com/go-nunu/nunu/blob/main/docs/en/guide.md)
* [Architecture](https://github.com/go-nunu/nunu/blob/main/docs/en/architecture.md)
* [Getting Started Tutorial](https://github.com/go-nunu/nunu/blob/main/docs/en/tutorial.md)
* [Unit Testing](https://github.com/go-nunu/nunu/blob/main/docs/en/unit_testing.md)## License
Nunu is released under the MIT License. For more information, see the [LICENSE](LICENSE) file.