Skip to content

goofmint/growi-plugin-script-template

Repository files navigation

GROIW Plugin template for script

This is a template for creating a GROWI script plugin.

Usage

Download or folk this repository.

git clone git@github.com:goofmint/growi-plugin-script-template.git

Change the name of the plugin in package.json.

{
  "name": "growi-plugin-script-template",  // Change this name
  "version": "1.0.0",
  "description": "GROWI plugin template for script", // Change this description
	:
}

Edit those files

Of course, you can add or remove files as you like.

  • client-entry.tsx
  • src/Hello.tsx
  • src/Hello.css
  • src/Demo.tsx

Preview the plugin

yarn dev

Build the plugin

yarn build

Publish the plugin at GROWI

Add a topic growi-plugin on your GitHub repository.

Then, you can see your plugin on the GROWI plugin list page below.

https://growi.org/plugins

License

MIT

About

This is a template for creating a GROWI script plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published