On Sunday, 9 September 2018 at 01:30:14 UTC, Neia Neutuladh wrote:
On Sunday, 9 September 2018 at 00:20:04 UTC, void wrote:
How do I get a list of all packages (Github URL) available at
code.dlang.org?
I could download individual pages with wget --recursive
code.dlang.org but I wonder if there is a better solution.
https://code.dlang.org/packages/index.json
https://code.dlang.org/api/packages/[package name]/info
Thanks.
I downloaded 100 packages from code.dlang.org and search for
"*doc*" and "*example*"
The results:
13 packages with "*doc*"
41 packages with "*example*"
55 packages with neither
8 packages with both