Closed comfysage closed 1 year ago
Packages for a repo are stored in a yuki.yaml
file within the root directory.
Upon installation these packages are stored in pkg/repo/<repo_name>.yaml
.
These repos can be installed using:
hayashi add /path/to/repo
Currently, if someone wanted to install a repo that contains a custom pkg, they would have to:
$ hayashi add --local yuki.yaml
This would clone the repo (again) in
~/.hayashi/repo/<repo>
and install the package.Problems with the current state:
$ hayashi install .
.custom
, so updating the installed pkg would have to be done using$ hayashi update --local ~/.hayashi/repo/<repo>/yuki.yaml
.