-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
I would really like to have this, and doing some initial searching I've found that there's no real way to get the information we need that the Bower CLI/Node library can provide through any APIs like libraries.io i.e. we need to know what dependencies a project has, and bower info
seems to be the only convenient way to get this.
So I don't really have a good idea on how this should be done other than to call out to the Bower CLI and parse the JSON that it outputs. This would require that anyone who wants to use a add-from-bower feature to have Bower installed, but at least don't require them to have to install node or set up anything else (because otherwise we'd probably be stuck having an entire npm package here).
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels