Project

cardamom

0.0
No commit activity in last 3 years
No release in over 3 years
Helpers for Cuba apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0

Runtime

>= 3.0.0, ~> 3.0
>= 1.11.0, ~> 1.11
>= 1.4.0, ~> 1.4
 Project Readme

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.