dart_scripts
dart_scripts copied to clipboard
Add a 'search' command
This could simply scrape https://pub.dartlang.org/search?q=source_gen, and return the name (and current version) of every package found.
Wouldn't take much to loop this over multiple search pages to scrape a list of all of them.