@evjs/create-app
v0.1.11
Published
Scaffold a new evjs project
Maintainers
Readme
@evjs/create-app
Scaffolding tool for the evjs fullstack framework.
Commands
npx @evjs/create-app
The primary interactive CLI for creating new projects.
npx @evjs/create-app [name] [options]Options
[name](string): Project name and directory.--template <name>: Specify a template (see Templates).--help: Show usage info.
Templates
| Name | Description |
|------|-------------|
| basic | Basic full-stack example with routing and server functions. |
| mpa | Multi-page application with separate page entries. |
| api-routes | Programmatic REST API routes via createRoute(). |
| complex-routing | Nested layouts, loaders, and search params. |
| custom-ws-transport | Custom transport example using WebSockets. |
| plugin-authoring | Starter focused on plugin authoring and bundler hooks. |
| with-sqlite | Full-stack CRUD example backed by SQLite. |
| with-tailwind | Ready-to-go Tailwind CSS integration. |
| with-trpc | Example interoperating with tRPC. |
Quick Start via npx
npx @evjs/create-app my-new-appFollow the interactive prompts to select your features and get started in seconds.
License
MIT
