Releases: upsaurav12/bootstrap-cli
Releases · upsaurav12/bootstrap-cli
initial release
BootstrapCLI v0.1.4 — Initial Public Release
Initial public release of BootstrapCLI, a CLI tool for scaffolding production-ready Go projects with opinionated defaults.
Highlights
- Multiple router support (Gin, Echo, Chi)
- Multiple database support (postgres, mysql, mongodb)
- Prompt-based YAML project generation
- Docker and Makefile support
Features
bootstrap newCLI command- REST API scaffolding
- Router selection via flags
- Database wiring (PostgreSQL)
- Environment-based configuration
- Standard Go project layout
- Health endpoint included by default
- Dockerfile and docker-compose generation
- Prompt UI for generating strict YAML specs