/raiku-plugin-template

A template for plugin of the Raiku app.

Primary LanguageTypeScript

Raiku Plugin Template

This is a plugin template for the Raiku application.

How to create a plugin with this template

  1. Click to Use template
  2. Update the information in the package.json file.

Installation

  1. Run pnpm i to install the dependencies.

Enabling Development Mode

  1. Run pnpm dev to start development mode.
  2. Open Raiku App and add plugin http://localhost:5173 with Dev mode

Compilation

  1. Run pnpm build to compile the source code into executable code.

Release

  1. Run pnpm release to release plugin with Github Actions

Good luck!