DevFlow CLI
CLI Tool · Go · Open Source · 2023
DevFlow is a developer-experience CLI tool written in Go that eliminates boilerplate
by scaffolding production-ready project structures, generating Dockerfiles, CI/CD pipelines
and pre-commit hooks in seconds. It supports multiple templates (Go API, Python service,
Flutter app) and cloud providers (GCP, AWS, Fly.io).
Key Features
- Project scaffolding with language-specific templates
- Automatic Dockerfile generation (multi-stage, optimised image sizes)
- GitHub Actions / GitLab CI pipeline generation
- Interactive
devflow dev with hot-reload via Air or Watchexec
- One-command deploys to GCP Cloud Run, AWS ECS or Fly.io
- Plugin system for extending commands with custom scripts
Stack
GoCobra CLIDocker
GitHub ActionsGCPAWS