Skip to content

Adding packages from Bower to a package set #76

@justinwoo

Description

@justinwoo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions