Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Polymer init should include generators which are scoped packages #3466

Open ncraley opened 4 years ago

ncraley commented 4 years ago

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.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.