Library Starter
library-starter
v.mod library with docs, examples, and v test harness
Library
v.mod
V
Module
About this template
This template provides a solid foundation for building library applications. It comes with all the essential tools and configurations to help you get started quickly.
The Library Starter 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 Library Starter with these powerful extensions
Recommended Combinations
Get started quickly with these popular template and extension combinations
T
Library Starter
library
E
GitHub Setup
ci
$ create-vlang-app \
--template library-starter \
--addons github-setup
T
Library Starter
library
E
V Fmt & Vet
ci
$ create-vlang-app \
--template library-starter \
--addons v-fmt-vet
Ready to Build?
Start creating your V app with this template