kunkun/apps/cli
Huakun eeeeaf1822
feat(desktop): add localized drag and drop strike separator text (#139)
* feat(desktop): add localized drag and drop strike separator text

* chore(desktop): format code and remove trailing whitespaces
2025-02-18 03:17:19 -05:00
..
__tests__ test: remove build commad and its tests from cli app 2025-02-04 10:06:51 -05:00
src feat(desktop): add localized drag and drop strike separator text (#139) 2025-02-18 03:17:19 -05:00
.gitignore Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
build.ts Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
bun.lockb Feature: i18n (#70) 2025-01-19 23:22:15 -05:00
CHANGELOG.md Feature: add helper api (#95) 2025-02-07 02:41:50 -05:00
cli.ts test: remove build commad and its tests from cli app 2025-02-04 10:06:51 -05:00
mod.ts test: remove build commad and its tests from cli app 2025-02-04 10:06:51 -05:00
package.json Feature: add helper api (#95) 2025-02-07 02:41:50 -05:00
README.md Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
tsconfig.json Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -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>