Template repository for LeoConsole plugins. Create LeoConsole plugins more quickly!
- Click here to generate a new repository using this template.
- Clone your generated repository.
- Go to
./LeoConsole-PluginTemplate.csprojand specify the location of yourILeoConsole.dllfile. - Check out
./plugin.csand./command.csand change the variables/classes to your plugin name (the comments in the code will help you). - Change project info (project name, homepage, email) in
manifest.json. - Compile and install your plugin by typing
apkg get-local <plugin-folder>inside LeoConsole. - Restart LeoConsole
- Test if it works.
- Have fun developing!
- Refer to the LeoConsole wiki for more information about plugin writing.
- Report any bugs or feature requests for this template in the issues.
- Either publish your plugin in one of the public repositories or host your own. More info can be found here.