create-velte-app
v1.1.1
Published
A CLI to bootstrap new velte projects.
Downloads
2
Readme
Create Velte App - A CLI to bootstrap new velte projects
Installation & Usage
- Install CLI globally
npm i -g create-velte-app
- Create test app with default arguments
mkdir test-app
cd test-app
create-velte-app --yes --git --install
- or Run CLI without installation
npx create-velte-app --yes --git --install
Documentation
Full documentation at https://veltejsdocs.cyclic.app/cli