CLI App
cli-applications
CLI starter with flag parsing, structured logging, and v test
About this template
This template provides a solid foundation for building cli-app applications. It comes with all the essential tools and configurations to help you get started quickly.
The CLI App template is designed to help developers jumpstart their projects with best practices, modern tooling, and a well-structured codebase.
Key Benefits
- Pre-configured V project with v.mod
- v fmt, v vet, and v test out of the box
- Top-level feature modules and docs/
- AGENTS.md for AI assistant guardrails
- Extension-ready overlays for Docker, CI, and databases
Compatible Extensions
Enhance your CLI App with these powerful extensions
Recommended Combinations
Get started quickly with these popular template and extension combinations
CLI App
cli-app
GitHub Setup
ci
$ create-vlang-app \
--template cli-app \
--addons github-setup
CLI App
cli-app
V Docker
containers
$ create-vlang-app \
--template cli-app \
--addons v-docker
CLI App
cli-app
V Fmt & Vet
ci
$ create-vlang-app \
--template cli-app \
--addons v-fmt-vet
Ready to Build?
Start creating your V app with this template