Project

spirit

0.0
No commit activity in last 3 years
No release in over 3 years
Parses Genie Markup Language
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1
~> 10.0
~> 2.13
~> 0.8

Runtime

~> 4.0
~> 2.3
~> 2.0
 Project Readme

Spirit

Dependency Status Code Climate Build Status

Genie's parser, which parses the Genie Markup Language and produces HTML partials. Both Aladdin and Lamp should depend on this gem for all their parsing needs.

Installation

Add this line to your application's Gemfile:

gem 'spirit'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spirit

Usage

Parsing a document

Spirit::Document.new(data, opts).render //=> rendered html

Parsing a manifest

Spirit::Manifest.new(data, opts) //=> configuration object