- Create a new repository using this template
- Change the name of the repository to something more meaningful. The name of the repository will be the name of the plugin. The recommended format is
Artemis.Plugins.<Something>
. - The Github Actions workflow will run automatically and create:
- The structure of the repository, with the recommended folder structure
- A new plugin ready to be developed.
- Pre-configured gitignore and CI so you can focus on the code
- Important: The workflow will take a few minutes to run. You can check the progress in the Actions tab of your repository. Do not start developing until the workflow has finished. If you can read this, the workflow has NOT finished yet.
- Start developing your plugin