This is a template for creating a GROWI script plugin.
git clone git@github.com:goofmint/growi-plugin-script-template.git{
"name": "growi-plugin-script-template", // Change this name
"version": "1.0.0",
"description": "GROWI plugin template for script", // Change this description
:
}Of course, you can add or remove files as you like.
- client-entry.tsx
- src/Hello.tsx
- src/Hello.css
- src/Demo.tsx
yarn devyarn buildAdd a topic growi-plugin on your GitHub repository.
Then, you can see your plugin on the GROWI plugin list page below.
MIT