Skip to content

Releases: upsaurav12/bootstrap-cli

initial release

19 Jan 15:56

Choose a tag to compare

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 new CLI 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