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
- Host: GitHub
- URL: https://github.com/legitcode/inflectors
- Owner: Legitcode
- Created: 2015-09-29T20:09:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T03:20:29.000Z (about 10 years ago)
- Last Synced: 2025-06-06T07:04:41.304Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 632 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```