Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aschzero/snakersize

Snakersize your strings!
https://github.com/aschzero/snakersize

Last synced: about 2 months ago
JSON representation

Snakersize your strings!

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!