Huakun Shen e719176b9c
Fix: form submit (#76)
* fix: worker template extension form submit

* bump @kksh/api

* update api package version
2025-01-24 02:37:36 -05:00
..
2025-01-19 23:22:15 -05:00
2025-01-19 23:22:15 -05:00
2025-01-24 02:37:36 -05:00
2025-01-24 02:37:36 -05:00

kksh

This is a CLI tool for developers to develop Kunkun extensions.

Usage

# Create an extension template first
npm init kunkun@latest

# You can verify the extension manifest, this expect `npm run build` is done already and all generated artifacts listed in manifest is present.
npx kksh verify <path to extension>

# Build extension with docker, simulate how Kunkun's CI builds the extension
npx kksh build <path to extension>