Skip to content

Polymer init should include generators which are scoped packages #3466

@ncraley

Description

@ncraley

When listing the available generators, polymer init should include those generators of the form @scope/generator-polymer-init-*

Currently, polymer init checks for startsWith('polymer-init') when filtering the available generators (generator is stripped by Yeoman).

Checking instead for a match with /^(@[^\/]+\/)?polymer-init.*/ would allow scoped packages to show up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions