An open API service indexing awesome lists of open source software.

https://github.com/legitcode/inflectors

A collection of Rails like inflectors for JavaScript
https://github.com/legitcode/inflectors

Last synced: 3 months ago
JSON representation

A collection of Rails like inflectors for JavaScript

Awesome Lists containing this project

README

          

#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
```bash
npm install legit-inflectors
```

##Usage
```js
import 'legit-inflectors'

"foo".titleize
-> Foo
```