Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zenangst/Inflection
- Owner: zenangst
- License: other
- Created: 2015-03-02T07:21:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T06:09:38.000Z (almost 8 years ago)
- Last Synced: 2024-10-20T11:19:59.876Z (20 days ago)
- Language: Swift
- Homepage:
- Size: 476 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-swift-cn - Inflection - The Optimus Prime of string inflection. (Libs / Utility)
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