// Featured projects
devkit CLI
A command-line productivity tool to scaffold microservices, manage git hooks and automate daily developer chores.
GoCobra
Project Details
devkit CLI is a fast, cross-platform command-line developer suite engineered to eliminate repetitive boilerplate and streamline engineering workflows across local development and CI/CD pipelines.
Key Features
- Go & Cobra Powered: Compiles to a single zero-dependency static binary with sub-millisecond execution times across Linux, macOS, and Windows.
- Interactive Prompts: Built-in terminal UI prompts using
promptuifor interactive menu selection and project scaffolding. - Service Scaffolding: Generates production-ready backend microservice or frontend application templates in seconds.
- Automated Git Workflows: Configures pre-commit linting, formatting hooks, and standardized commit message checks.