I'm trying to use the CLI tool and while it's useful, it's a little cumbersome to find out that every addon isn't in the database and needs an extra step of vetting through multiple hits in a Github query.
With a little script, I scraped the ofxaddons.com website to use their list of automatically retrieved, but manually curated addons and now I have a .json file with over 2000 addons with names, authors, and URLs. I saw that the README mentions configuring locally for custom databases, but I can't seem to locate where a database should be stored or where it's referenced in the code.
How can I use a custom database? Ideally, a package manager's database would be centralised, so would it be helpful to coordinate with ofxaddons.com to somehow consolidate both databases?
I'm trying to use the CLI tool and while it's useful, it's a little cumbersome to find out that every addon isn't in the database and needs an extra step of vetting through multiple hits in a Github query.
With a little script, I scraped the ofxaddons.com website to use their list of automatically retrieved, but manually curated addons and now I have a .json file with over 2000 addons with names, authors, and URLs. I saw that the README mentions configuring locally for custom databases, but I can't seem to locate where a database should be stored or where it's referenced in the code.
How can I use a custom database? Ideally, a package manager's database would be centralised, so would it be helpful to coordinate with ofxaddons.com to somehow consolidate both databases?