create-webcore

0.7.0 • Public • Published

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

Package Sidebar

Install

npm i create-webcore

Weekly Downloads

6

Version

0.7.0

License

MIT

Unpacked Size

1.06 MB

Total Files

60

Last publish

Collaborators

  • frontendland