Scott Wyatt
Scott Wyatt
I also ran into this issue with trailpack-js-data. So I would agree, but I would say to make it a setting like `format: [ki-ba-ab, camelCase, etc]`?
so `getTrailpack` should probably be able to handle any case then or something.
Is this worth the v3 milestone? @trailsjs/maintainers
Let’s add it to the v3 milestone then and make it a priority :-)
I agree @jaumard, I think this is what the new resolvers are meant to do.
So I have some thoughts on this after spending some time writing a bunch of trailpacks and particularly one that focuses on generic apis for 3rd party services. > By...
Hi all, trails is a bit between v3 and v2 atm which has been causing some issues with the generator in v3. If you are interested in starting fast, you'll...
@pixelbacon This is a good point. @trailsjs/maintainers and doc writers, when making our docs and getting started, we should probably globally install the version of the generator we are using....
Actually, Trails just checks that their is an engine present, not wether the engine is valid. We found this out when we put in an invalid engine and express defaulted...
I could probably start on this task if you point me in the right direction.