Project

yamlandar

0.0
No commit activity in last 3 years
No release in over 3 years
A simple yaml-to-html previewer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.4
 Project Readme

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