Skip to content

chriskempson/base16-builder-php

Repository files navigation

Base16 Builder PHP

A PHP implementation of a Base16 Builder that follows the guidelines at Base16.

Installation

git clone https://github.com/chriskempson/base16-builder-php
cd base16-builder-php
composer install

You'll need to obtain some scheme files and template files before you can run the Builder. For example:

git clone https://github.com/chriskempson/base16-tomorrow-scheme schemes 
git clone https://github.com/chriskempson/base16-vim-template schemes 

Usage

cat scheme.yaml | php base16-builder.php --template template.mustache > theme.file

Updates all scheme and template repositories as defined in schemes.yaml and templates.yaml.

./build-all.sh

Build everything using all schemes in ./schemes/ and all templates in /.templates/.

About

A PHP implementation of a Base16 Builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published