This repository holds an index of known Savi libraries, to make it easier to discover and install them.
Humans can browse the markdown list of known libraries.
Additionally, the Savi compiler uses the files by-lib-name
directory to find an appropriate library when the savi deps add
command is used without the --from
argument to explicitly specify a location - the by-lib-name
index allows a location to be inferred for any known library.
A daily CI workflow uses a custom CI action to keep the index automatically up to date.
Add the savi
and library
topics to the description of your repository on GitHub and ensure you have your library manifest(s) in a file called manifest.savi
in the root of the repository.
It's also recommended to use the base repository for CI automation so that you'll have a CI workflow named library-check.yaml
that corresponds to the standard checks for libraries, so that the corresponding badge will show green next to your library.