Huakun Shen 470f8a210d
Feature: headless template (#48)
* feat: add a headless extension template

* feat: add headless template support for create-kunkun package

* chore: bump create-kunkun version to 0.1.38
2025-01-06 14:37:42 -05:00

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
```