mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00

* feat: add a headless extension template * feat: add headless template support for create-kunkun package * chore: bump create-kunkun version to 0.1.38
17 lines
159 B
Markdown
17 lines
159 B
Markdown
# Kunkun Extension Initializer
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
npm init kunkun@latest
|
|
|
|
npx create-kunkun@latest
|
|
```
|
|
|
|
## Develop
|
|
|
|
```bash
|
|
pnpm build
|
|
node dist/index.mjs
|
|
```
|