Skip to content

dinisi/perilla-judger

Repository files navigation

PerillaJudger

Judger for Perilla

中文

Plugins

Perilla-Judger do not provide judge function. All judge task will be passed to plugin.

Official supported plugins:

Usage

Create a directory named plugins in the project folder

than exec git clone ${plugin-url} ${plugin-name} in the plugins directory

eg. git clone https://github.com/ZhangZisu/perilla-judger-plugin-traditional.git traditional will install the traditional plugin

When git clone is done, please initalize the plugin following its description.

How to write your own plugin?

see demo

and here