create-velist-app
v1.0.1
Published
Create a new Velist application
Maintainers
Readme
create-velist-app
Create a new Velist application in seconds.
Usage
With Bun (recommended)
bun create velist my-appWith npx
npx create-velist-app my-appInteractive Mode
bun create velist
# or
npx create-velist-appOptions
The CLI will ask you:
- Project name — Name of your new project (directory)
- Install dependencies — Run
bun installautomatically - Setup database — Run migrations and seeders
What It Does
- Clones the velist repository
- Removes the
.gitfolder for a fresh start - Generates a secure JWT secret in
.env - Updates
package.jsonwith your project name - Installs dependencies (if selected)
- Sets up the database (if selected)
Requirements
- Bun >= 1.0.0
After Creation
cd my-app
bun run devThen open http://localhost:3000
Default credentials:
- Email:
[email protected] - Password:
password123
Documentation
Visit velist.dev for full documentation.
License
MIT
