0.6.0 • Published 7 months ago

create-webcore v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.5.0

9 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

11 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago