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
You can install Tinh Tinh using one of the following methods:
go get -u github.com/tinh-tinh/tinhtinh/v2
go install github.com/tinh-tinh/tinhtinh-cli@latest
First, 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@latest
After installing, initialize your project:
tinhtinh-cli init project_name
After initialization, you can run your project with the following command:
go run main.go
The 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