Message about `copier` not installed is not clear enough
Open
enhancement
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- Avg merge
- 3h 29m
- Merged PRs (30d)
- 5
Description
The current message is:
```
[09:36:13] copier is required to create packages. Install it with: uv pip install invoke-toolkit context.py:102
```
It should instead prompt to do:
a. `uv tool install invoke-toolkit[full]`
b. `uv tool install --with copier invoke-toolkit`
Contributor guide
Assessment
This issue has not been assessed yet.