Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aschzero/snakersize
Snakersize your strings!
https://github.com/aschzero/snakersize
Last synced: about 2 months ago
JSON representation
Snakersize your strings!
- Host: GitHub
- URL: https://github.com/aschzero/snakersize
- Owner: aschzero
- Created: 2014-08-19T03:44:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T06:47:49.000Z (over 10 years ago)
- Last Synced: 2024-03-22T05:40:56.107Z (10 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snakersize
Put on your sweatband and start snakersizing!
![](http://i.imgur.com/eiz96Qk.gif)
## Installation
Add this line to your application's Gemfile:
gem 'snakersize'
And then execute:
$ bundle
Or install it yourself as:
$ gem install snakersize
## Usage
Give your strings the snakersize they deserve!
```ruby
require 'snakersize'"I wish this string were snakersized".snakersize
# => "i_wish_this_string_were_snakersized"
```What a workout! Don't wait, snakersize your strings today!
## Testing and contributing
If you'd like to contribute to the snakersize revolution, go ahead and create
a new feature branch and submit a pull request with your changes! But wait, don't
forget to add tests! To run the tests, just do `rake test` within the snakersize
directory!