croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Pass through all options to write-app-module #76

Closed MattOates closed 6 years ago

MattOates commented 6 years ago

If you change the signature to something like this it becomes a lot easier to make templates that inherit from HTTPService as a base for HTTP support with some added features/functionality. I'm currently trying to PR HTTPServiceWithGraphQL to the GraphQL module. With this change it makes life easier.

jnthn commented 6 years ago

Seems reasonable to me; thanks!