kunkun/packages/api
Huakun 0bca6739a7
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run
JSR Publish / publish (push) Waiting to run
NPM Package Publish / publish-npm (push) Waiting to run
[feat] New sysinfo api, update dep (#251)
* update tauri-plugin-system-info submodule to latest commit cb32fe8

* Update dependencies to latest versions, including valibot to 1.0.0-rc.4 and kkrpc to 0.2.1 across multiple packages. Bump api package version to 0.1.6.

* Update desktop and API package versions; change development server port and URL
2025-03-18 08:42:39 -04:00
..
__tests__ Feature: support npm extension publish (#62) 2025-01-16 06:00:07 -05:00
src [feat] New sysinfo api, update dep (#251) 2025-03-18 08:42:39 -04:00
.gitignore App Setup (#2) 2024-11-03 13:54:44 -05:00
.npmrc App Setup (#2) 2024-11-03 13:54:44 -05:00
build.ts Feature: install extension from JSR (#53) 2025-01-10 08:23:18 -05:00
CHANGELOG.md Feature: add extension api (hide and paste) (#210) 2025-02-26 04:47:43 -05:00
jsr.json feat: expose helper API in headless and UI modules 2025-02-07 02:45:57 -05:00
package.json [feat] New sysinfo api, update dep (#251) 2025-03-18 08:42:39 -04:00
patch-version.ts App Setup (#2) 2024-11-03 13:54:44 -05:00
README.md refactor: Command class rename (#90) 2025-02-05 12:16:33 -05:00
setup.ts docs: support cloudflare API docs building without Deno 2024-11-03 14:57:49 -05:00
tsconfig.json File Transfer (Local Network) (#34) 2024-12-11 08:14:40 -05:00
typedoc.json Refactor: rename api subpackage (#93) 2025-02-06 21:54:35 -05:00

@kksh/api

NPM Version JSR Badge

Kunkun API is an NPM package designed for developers to create extensions for Kunkun.

On NPM this package is published as @kksh/api, and on JSR it is published as @kunkun/api.

@kksh/api provides a set of APIs for extensions to interact with Kunkun and System APIs. The APIs include:

  • Clipboard
  • Database
  • Dialog
  • Event
  • Fetch
  • File System
  • Logger
  • Network
  • Notification
  • Open
  • OS
  • Path
  • Shell
  • System Info
  • System Commands
  • Toast
  • UI
  • etc.

Read more details in documentation at https://docs.kunkun.sh, and generated docs at https://docs.api.kunkun.sh/