Installation
Get create-vlang-app (and the create-awesome-vlang-app alias) running in seconds.
Release binary via install script
The recommended path today is the curl|sh installer (downloads a verified GitHub Release binary into
~/.local/bin). VPM (v install create-vlang-app) remains available when the module is registered.Install methods
Install script
Detects OS/arch, verifies
SHA256SUMS, installs into ~/.local/bin, and creates a create-awesome-vlang-app symlink.curl:
wget:
Pin a version:
Scaffold:
Fallback raw URL:
curl -fsSL https://raw.githubusercontent.com/Create-Vlang-App/create-vlang-app/main/scripts/install.sh | shVerify the installation
Templates catalog (cva-templates)
Starters and extensions live in Create-Vlang-App/cva-templates. The CLI clones or refreshes this catalog into ~/.cache/cva unless --no-cache or CVA_NO_CATALOG_CACHE is set.