Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 292 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 292 Bytes

#inflectors

A collection of Rails like inflectors for Javascript Taken from Ryan Schuft @ http://code.google.com/p/inflection-js/ and put into a module for easy import.

##Install

npm install legit-inflectors

##Usage

import 'legit-inflectors'

"foo".titleize
-> Foo