Skip to content

obahareth/base16-builder-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Ruby implementation of a Base16 builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%