Table of Contents
- remove this markdown section;
- replace 'demo' in README.md, pyproject.toml and the name of the plugin in
src
to your actual plugin name; - (add your actual plugin code of course);
- run
semantic-release publish
,hatch build -c
andhatch publish
.
pip install edwh-demo-plugin
But 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.