0.6.0 • Published 6 months ago

create-webcore v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

0.6.0

6 months ago

0.5.0

7 months ago

0.4.0

8 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago