Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
Description
Searching bower packages to add them to the project uses "bower search query" to search for packages. I think it could be better to make the search direclty against this url: https://registry.bower.io. I think that can improve the performance a bit of making a call against an URL, and parse the result instead of the CLI. I think they also have a REST API to get all the information with JSON as result. I did a research months ago.