#644 introduces basic support for git dependencies.
It would be nice to be able to lx add and lx remove them.
If specying a dependency without a version requirement, e.g. lx add "github:owner/repo", then lux will need to checkout the repository and get the current revision or latest semver tag.
#644 introduces basic support for git dependencies.
It would be nice to be able to
lx addandlx removethem.If specying a dependency without a version requirement, e.g.
lx add "github:owner/repo", then lux will need to checkout the repository and get the current revision or latest semver tag.