Sha256: cc1ce91dcf50359b9da07ae186e272bd504f8522c89b694501a28b0164a29238
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# RedSnow Ruby binding for the Snow Crash library, also a thermonuclear weapon. ## Install The best way to install RedSnow is by using its [GEM package](https://rubygems.org/gems/redsnow). gem install redsnow ## Documentation - [Documentation at rubydoc](http://rubydoc.info/gems/redsnow/) ## Getting started ```ruby require 'redsnow' result = RedSnow::parse('# My API') puts result.ast.name ``` ## Hacking Redsnow You are welcome to contribute. Use following steps to build & test Redsnow. ### Build 1. If needed, install bundler: ```sh $ gem install bundler ``` 2. Clone the repo + fetch the submodules: ```sh $ git clone git://github.com/apiaryio/redsnow.git $ cd redsnow $ git submodule update --init --recursive ``` 3. Build: ```sh $ rake ``` ### Test Inside the redsnow repository run: ```sh $ bundle install $ rake test ``` ### Contribute Fork & Pull Request. ## License MIT License. See the [LICENSE](https://github.com/apiaryio/protagonist/blob/master/LICENSE) file.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redsnow-0.1.0 | README.md |
redsnow-0.0.8 | README.md |