47degrees / case-classy

configuration with less hassle
http://47deg.github.io/case-classy/
Apache License 2.0
68 stars 8 forks source link

Add support for kebab-case #70

Closed eddsteel closed 6 years ago

eddsteel commented 7 years ago

The ~Typesafe~Lightbend docs use this format, as does Akka, so it's useful to me to support this format and keep my config consistent. Although it's a trivial thing to implement in projects instead of adding to the library, it seems fairly wide-spread, so hopefully it's useful.

I'd be happy to change the name to "lisp-case" or "spinal-case" or anything else.

codecov-io commented 7 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #70   +/-   ##
======================================
  Coverage    65.8%   65.8%           
======================================
  Files          16      16           
  Lines         424     424           
  Branches        9       9           
======================================
  Hits          279     279           
  Misses        145     145
Impacted Files Coverage Δ
...c/main/scala/classy/generic/derive/MkDecoder.scala 52.08% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d71a247...4cf5b71. Read the comment docs.

andyscott commented 6 years ago

Thanks!