This is a Cider Music plugin template designed to streamline the plugin creation process while using Typescript. The template attempts to adhere to the Cider Music v2 plugin schema.
This template utilizes rollup.js to compile the Typescript and package all required files.
yarn
Running in development mode will allow hot reloading on the build.
yarn start
yarn build
IMPORTANT NOTE BEFORE USING THE DEPLOY FUNCTION:
The Cider plugin system requires the plugin deployment files to be contained the in the main
branch. As such, the deploy function will create a commit on the main
branch with the production files.
I would highly recommend using a seperately named branch, such as dev-main
or something similar, to do development on.
yarn deploy