api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
373 stars 132 forks source link

feat: new argument to use a custom external generator #311

Closed Shywim closed 3 years ago

Shywim commented 3 years ago
Q A
Branch? main
Tickets #52
License MIT
Doc PR api-platform/docs#1469

This allow the -g/--generator argument to specify a path, allowing to use custom generators.

The argument can point to any node module.

A quick and dirty command to test is available as yarn test-gen-custom.

Notes:

TODO: