Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autopkg/index
Recipe index used by AutoPkg search verb
https://github.com/autopkg/index
Last synced: about 2 months ago
JSON representation
Recipe index used by AutoPkg search verb
- Host: GitHub
- URL: https://github.com/autopkg/index
- Owner: autopkg
- License: apache-2.0
- Created: 2022-05-30T23:26:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:13:49.000Z (about 2 months ago)
- Last Synced: 2024-11-06T17:26:13.070Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 166 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoPkg Recipe Index
This repository hosts a GitHub Actions workflow that builds a JSON index of all recipes in the AutoPkg organization on GitHub, for the purpose of fast and accurate `autopkg search` functionality. The index is also used by [Recipe Robot](https://github.com/homebysix/recipe-robot).
The index is rebuilt every 4 hours. The script that builds the index is `build_index.py`, and the workflow is defined in `.github/workflows/build.yml`.