kunkun/packages/api
Huakun Shen d73ae6542c
feat: hide main window when close requested (#59)
* feat: hide main window when close requested

* fix: jsr test

* fix: fix nuxt tailwind version, the latest verison has bug

* update pnpm lock
2025-01-13 18:33:31 -05:00
..
__tests__ App Setup (#2) 2024-11-03 13:54:44 -05:00
src feat: hide main window when close requested (#59) 2025-01-13 18:33:31 -05: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 bump: api package and its dependencies version 2025-01-06 03:04:58 -05:00
deno.lock chore: update README and pnpm lock, deno lock 2024-11-09 07:32:21 -05:00
jsr.json Feature: install extension from JSR (#53) 2025-01-10 08:23:18 -05:00
package.json feat: add repo ownership check for org in jsr validation algo 2025-01-12 12:56:13 -05:00
patch-version.ts App Setup (#2) 2024-11-03 13:54:44 -05:00
README.md App Setup (#2) 2024-11-03 13:54:44 -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 App Setup (#2) 2024-11-03 13:54:44 -05:00

@kksh/api

NPM Version

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

@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/

Dev

Dependency Graph

To detect circular dependencies

pnpm madge ./src/ui/worker/index.ts --circular # detect circular dependencies
pnpm dep-tree ./src/ui/worker/index.ts


pnpm test # this will detect circular dependencies in all files