Snowflake
Yet another Go application generator.
Features:
- Opinionated with the best practices.
- Simplicity with batteries.
- Idiomatic. Every Gopher loves that word.
Installation
go install github.com/gitkumi/snowflake@latest
Quick Start
Here is how to create an application.
# tui
snowflake new
# cli
snowflake run acme -d postgres
Stack
Snowflake is built with these packages. Make sure to check their documentation.
Dev
Routing
Database
Supports "sqlite3", "postgres", "mysql"
Testing
Templating
Only for "web" app type