Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.36 KB

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