Cognizant-CDE-Australia / generator-confit

Build-tool generator for current and future web.
https://odecee.github.io/generator-confit
Other
29 stars 3 forks source link

Add support for Flow within projects #121

Closed matt-forster closed 3 years ago

matt-forster commented 7 years ago

Semi-related: Add typing prompt to the node generator (typescript, flow)?

Flow looks like a good typing solution for projects that do not need/want to use the full fledged Typescript. It seems like it could be relatively easy to add to the confit flow in the same prompt that Typescript lives under at the moment.

More info: https://flowtype.org/

I'd be willing to look at doing this when I have some spare time.