Table of Contents
- remove this markdown section;
- replace 'demo' in README.md, pyproject.toml and the name of the plugin in
srcto your actual plugin name; - (add your actual plugin code of course);
- run
semantic-release publish,hatch build -candhatch publish.
pip install edwh-demo-pluginBut probably you want to install the whole edwh package:
pipx install edwh[demo]
# or
pipx install edwh[plugins,omgeving]edwh-demo-plugin is distributed under the terms of the MIT license.