aurelia / cli

The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.
MIT License
407 stars 133 forks source link

Sugestion: support generate web component spec #757

Closed AbraaoAlves closed 6 years ago

AbraaoAlves commented 6 years ago

I'm submitting a feature request

Current behavior: We can't generate Aurelia Plugin like WebComponent spec compliant. eg. StencilJS

related: https://github.com/aurelia/framework/issues/7 https://github.com/aurelia/web-components/issues/2

JeroenVinke commented 6 years ago

I am not sure what to do here. We are going to add a au new --plugin feature that would allow you to generate Aurelia plugins. The webcomponent spec isn't the responsibility of the cli, for that I would keep monitoring the two issues that you've linked to.