Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

custom template #313

Closed kristianmandrup closed 5 years ago

kristianmandrup commented 5 years ago

Is it possible to create and reference a custom template in the CLI?

I would like a TypeScript template without Redux (minimal) and one with my own preferred state management solution, such as Mesosis: http://meiosis.js.org/

Oh, I see there is no CLI. Simply clone whatever skeleton app/boilerplate to get going. Would be nice with a CLI as well. Perhaps even maintain a repo (or list) of proven templates. Cheers.

keanulee commented 5 years ago

We don't have an automated way to generate all the combinations of templates, but if TS + no Redux is what you want I would start with the TypeScript template and remove the Redux parts manually by following the diff.

kristianmandrup commented 5 years ago

Thanks. I will try that :)