contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

Skip react generation #301

Closed fabien0102 closed 4 years ago

fabien0102 commented 4 years ago

Why

Add a --skip-react flag, this will skip all react component generation but keep the custom generator part. This will replace the #295 approch and permit more usecase (as generating code for a nodejs or angular setup).

Todo

fabien0102 commented 4 years ago

image

Little goodies feature, let's get back some type safety in the advanced config 😃