https://github.com/lcpluginmaker/PluginTemplate
Template repository for LeoConsole plugins
https://github.com/lcpluginmaker/PluginTemplate
cs dotnet leoconsole leoconsole-plugin plugin template
Last synced: 2 months ago
JSON representation
Template repository for LeoConsole plugins
- Host: GitHub
- URL: https://github.com/lcpluginmaker/PluginTemplate
- Owner: lcpluginmaker
- License: gpl-3.0
- Created: 2022-01-08T09:43:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T21:56:57.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:28:20.841Z (10 months ago)
- Topics: cs, dotnet, leoconsole, leoconsole-plugin, plugin, template
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeoConsole-PluginTemplate
Template repository for [LeoConsole](https://github.com/BoettcherDasOriginal/LeoConsole)
plugins. Create LeoConsole plugins more quickly!## Getting started
- Click [here](https://github.com/lcpluginmaker/PluginTemplate/generate)
to generate a new repository using this template.
- Clone your generated repository.
- Go to `./LeoConsole-PluginTemplate.csproj` and specify the location of your
`ILeoConsole.dll` file.
- Check out `./plugin.cs` and `./command.cs` and 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 ` inside LeoConsole.
- Restart LeoConsole
- Test if it works.
- Have fun developing!
- Refer to the [LeoConsole wiki](https://github.com/BoettcherDasOriginal/LeoConsole/wiki)
for more information about plugin writing.
- Report any bugs or feature requests for this template in the
[issues](https://github.com/lcpluginmaker/PluginTemplate/issues).
- Either publish your plugin in one of the public repositories or host your own. More info can be found
[here](https://github.com/lcpluginmaker/apkg/blob/main/docs/Repositories.md).