base16 builder ruby

A Ruby implementation of a Base16 builder

base16-builder-ruby

This is a base16 builder written in Ruby as defined by the base16 builder
guidelines

version 0.9.0

Requirements

  • Ruby 2.3.0+ (You can use rbenv or
    rvm to acquire a specific Ruby version)
  • Bundler

Installation

If you have all the requirements listed above, cd to the directory where you
cloned this repository to then run bundle install. If everything succeeds you
should be able to use it as described below.

Usage

./builder update

Clones or pulls all sources, schemes, and templates repositories.

./builder

Builds all templates and saves them in /out/<dir> where <dir> is defined by
the template’s configuration. If the necessary directories don’t exist, it will
call ./builder update