A Ruby implementation of a Base16 builder
This is a base16 builder written in Ruby as defined by the base16 builder
guidelines
version 0.9.0
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.
./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