CodeKindly::Utils

These are small utilities that I like to have around in my projects.

There is nothing terribly unique or interesting here and there are almost certainly better ways to do things than this. These are little snippets I've found useful in the past and continue to use through inertia.

Installation

Add this line to your application's Gemfile:

gem 'codekindly-utils'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codekindly-utils

Usage

I occasionally use these utilities in the main logic of an app, but usually use them as conveniences in various rake tasks that are automated or part of my general workflow.

Contributing

Bug reports and pull requests are welcome, see CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License.