Closed Ykpauneu closed 7 months ago
Dependencies also support @
, -
, ==
tags. It's also possible to specify nothing at all
[project]
name = "ee"
publisher = "Mergevos"
repo = "e"
[project.dependencies]
dependencies = [
'Ykpauneu/pmtest@dev',
]
Example of the install comand:
In that case the module uses default git branch (might be main, stable, master, e.t.c)
To specify version:
Search for a release and then install it. Same for branch or commit (
pmtest@main
/pmtest-632fwf
)