A simple yaml-to-html previewer


License
MIT
Install
gem install yamlandar -v 1.0.14

Documentation

Yamlandar

yamlandar

Generates an HTML schedule from YAML.

CLI

$ gem install yamlandar
$ yamlandar

Starts a sinatra server and expects a schedule.yml file in your current working directory.

$ yamlandar -c

Compiles the HTML and expects a schedule.yml file in your current working directory. Useful for scripting.

Local Setup

$ git clone https://github.com/ga-dc/yamlandar.git
$ cd yamlandar
$ bundle install
$ bin/make