Feature idea
Feature idea
As an IDEasy user, I want Just to be supported as an installable tool so that it can be managed through IDEasy and configured via IDE_TOOLS when required by a project.
Currently, Just can be installed manually (e.g. via uv tool install just), but it is not integrated as a tool within IDEasy.
IDEasy should evaluate integrating Just as a supported tool. This would allow users and projects to install Just via:
ide install just
and configure it through IDE_TOOLS like other supported tools.
Open questions:
- Can Just be integrated as a regular IDEasy tool on all supported operating systems and architectures?
- Should Just be installed via uv or via a dedicated installation mechanism?
- Does Just provide version-specific downloads that can be managed by IDEasy?
Once refined, create sub-tasks for:
- Create JustUrlUpdater (if required).
- Create Just commandlet in IDEasy.
- usage documentation.
Additional context
No response
Feature idea
Feature idea
As an IDEasy user, I want Just to be supported as an installable tool so that it can be managed through IDEasy and configured via IDE_TOOLS when required by a project.
Currently, Just can be installed manually (e.g. via
uv tool install just), but it is not integrated as a tool within IDEasy.IDEasy should evaluate integrating Just as a supported tool. This would allow users and projects to install Just via:
ide install just
and configure it through IDE_TOOLS like other supported tools.
Open questions:
Once refined, create sub-tasks for:
Additional context
No response