Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.backchat.inflector:scala-inflector_2.10

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.backchat.inflector:scala-inflector_2.10

scala-inflector

  • 1.3.5
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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

FAQs

Package last updated on 22 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc