mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 22:56:41 +00:00

* chore: add @inlang/paraglide-sveltekit to @kksh/ui * feat: add i18n to desktop * fix: add shrink-0 class to mode-toggle button for consistent styling * feat: add i18n to settings, not working yet * feat: i18 working * feat: add i18n for about * feat: migrate all goto to use i18n.resolveRoute * feat: finish translating settings to chinese * feat: add Chinese i18n for troubleshooters * feat: add russian translation (by AI) * format: run prettier * format * chore: update .prettierignore to exclude src/lib/paraglide/**
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>