This repository was archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 131
Allow hyphenate generated names #113
Comments
I was just looking this
|
We're already doing this for hooks we just forgot to add it for services (and probably models as well). |
I'll take a stab at this one. Doesn't look too tough. I think I just need to add a test here. https://github.com/feathersjs/generator-feathers/blob/master/test/transform.test.js#L6-L26 |
daffl
added a commit
that referenced
this issue
Apr 15, 2016
Allow hyphenated-names in services - fixes #113
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the name is also inserted into the code it needs to be
_.kebabCased
.The text was updated successfully, but these errors were encountered: