Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 850 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 850 Bytes

Scala Inflector

Ports the ruby rails inflector code to scala.
Includes specs for the inflections.

You can use the inflections either as an object:

import mojolly.inflector.Inflector

Inflector.singularize("sheep") 

or as an implicit:

import mojolly.inflector.InflectorImports._ // this is also a trait

"sheep".singularize

Downloading

This library is published to maven-central.

libraryDependencies += "io.backchat.inflector" %% "scala-inflector" % "1.3.6"

Patches

Patches are gladly accepted from their original author. Along with any patches, please state that the patch is your original work and that you license the work to the rl project under the MIT License.

License

MIT licensed. check the LICENSE file