Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ To install the plugin creator, run:
pip install -U inventree-plugin-creator
```

or directly execute the create command if you have `uv` installed:
```bash
uvx --from inventree-plugin-creator create-inventree-plugin
```

## Usage

As a starting point, refer to the [plugin creator documentation](https://docs.inventree.org/en/latest/plugins/creator/)
Expand Down
Loading