Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zenangst/Inflection

The Optimus Prime of string inflection
https://github.com/zenangst/Inflection

Last synced: 9 days ago
JSON representation

The Optimus Prime of string inflection

Awesome Lists containing this project

README

        

![Inflection](https://github.com/zenangst/Inflection/blob/master/Images/logo_v2.png)

The Optimus Prime of string inflection

```swift

let swiftString = "created_at".swiftCase()
let rubyString = "createdAt".rubyCase()

```

## Contribute

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create pull request