Skip to content

ciderapp/PluginKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1ef822 · Feb 4, 2025

History

20 Commits
Feb 4, 2025
Oct 4, 2024
Oct 15, 2024
Feb 4, 2025
Oct 3, 2024
Oct 4, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 15, 2024
Oct 3, 2024
Feb 4, 2025
Feb 4, 2025
Oct 3, 2024
Oct 3, 2024

Repository files navigation

ciderapp/pluginkit

Note This repository is not for reporting issues for individual plugins, please report issues with plugins themselves to their respective authors.

Please use this repository to report bugs and feature requests for the Cider 2 Plugin API.

Usage

Import:

ESM (Node.js, Bun)

import {} from "@ciderapp/pluginkit";

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license.