Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.25 KB

Cardamom: Spice up your Cuba app!

Gem Version Dependency Status Code Climate Build Status Test Coverage

Helpers for Cuba apps

Installation

Simply run

$ gem install cardamom

Usage

Only use what you need. For instance, if you just want to use string_helpers add this code to your application:

require 'cardamom/string_helpers'

Cuba.plugin Cardamom::StringHelpers

To use ALL helpers available:

require 'cardamom'
Cuba.plugin Cardamom

Available Helpers

As of today, available helpers are:

  • StringHelpers
  • HashHelpers
  • JsonHelpers
  • ResponseHelpers

License

Cardamom is released under the MIT License.