Tinh Tinh is an easy to use, extensible boilerplate for Go applications. It provides a solid foundation for building scalable and maintainable Go projects.
- 🚀 Quick project setup
- 📦 Modular architecture
- 🛠️ Extensible design
- 📝 Well-documented codebase
- 🔧 Built-in development tools
- ⚡ Performance optimized
You can install Tinh Tinh using one of the following methods:
go get -u github.com/tinh-tinh/tinhtinh/v2go install github.com/tinh-tinh/tinhtinh-cli@latestFirst, download and install Go 1.22 or higher. Install the CLI to easily initialize a project:
go install github.com/tinh-tinh/tinhtinh-cli/v2@latestAfter installing, initialize your project:
tinhtinh-cli init project_nameAfter initialization, you can run your project with the following command:
go run main.goThe server will run on http://localhost:3000. Open your browser to see it.
For detailed documentation, please visit our Go Package Documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
If you have any questions or need help, please:
- Open an issue
- Check our documentation
- Join our community discussions