create-webcore
v0.3.0
Published
A CLI for creating new Webcore projects
Downloads
189
Maintainers
Readme
Create Webcore
A CLI for creating new Webcore projects. Run the following in your terminal to create a new Webcore project:
npm create webcore@latest
API
You can also use create-webcore
programmatically:
import { create } from 'create-webcore'
await create({
dir: './', // Your cwd where the project will be bootstrapped
framework: 'astro', // Can be one of `astro` | `svelte` | `react`
})
For more documentation on how to use Webcore, visit webcoreui.dev