https://github.com/ciderapp/pluginkit
Cider Plugin SDK - Issues & Requests
https://github.com/ciderapp/pluginkit
Last synced: about 1 year ago
JSON representation
Cider Plugin SDK - Issues & Requests
- Host: GitHub
- URL: https://github.com/ciderapp/pluginkit
- Owner: ciderapp
- License: mit
- Created: 2024-08-16T22:30:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T05:32:58.000Z (over 1 year ago)
- Last Synced: 2025-04-13T07:56:04.376Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
```js
import {} from "@ciderapp/pluginkit";
```
## Development
local development
- Clone this repository
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`
## License
Published under the [MIT](https://github.com/unjs/packageName/blob/main/LICENSE) license.