@openelement/create
v0.41.0-alpha.1
Published
Project scaffolding CLI for openElement applications.
Maintainers
Readme
@openelement/create
Project scaffolding CLI for openElement applications.
v0.39 surface: Framework product entry. This package is part of the first-run Framework story alongside
@openelement/appand@openelement/app/vite.
@openelement/create generates a new openElement project with the recommended
directory structure, Deno configuration, Vite setup, and starter pages.
Usage
deno run -A npm:@openelement/create my-app
cd my-app
deno task devWhat It Creates
deno.json- starter authoring imports and build tasksvite.config.ts- Vite build configuration with the openElement pluginapp/- application directory with starter pages and islandswww/- website output directory
The generated import map intentionally keeps protocol and build internals out of the starter surface. Advanced contracts remain available through the published workspace packages when a project needs them.
License
MIT
