obahareth / base16-builder-elixir

An Elixir implementation of a Base16 builder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base16-builder-elixir

CircleCI

This is a base16 builder written in Elixir as defined by the base16 builder guidelines version 0.9.0

Usage Requirements

Either Erlang or Docker.

Development Requirements

To acquire dependencies, run:

mix deps.get

Usage

Docker

docker run -v $(pwd)/out:/out obahareth/base16-builder-elixir

You'll find the files in ./out after the builder completes the building process.

Note: Building through Docker is somewhat slow at the moment, this should be looked at.

With Erlang Installed

base16_builder

Acquires git repositories containing templates and schemes to build base16
themes as defined in the builder guidelines:
https://github.com/chriskempson/base16/blob/master/builder.md


Usage:
./base16_builder           # Runs the build command.
./base16_builder build     # Builds Base16 themes, runs update if required repositories don't exist.
./base16_builder update    # Re-acquires git repositories or creates them if they don't exist.
./base16_builder help      # Prints this help message.

About

An Elixir implementation of a Base16 builder.

License:MIT License


Languages

Language:Elixir 100.0%