A PHP implementation of a Base16 Builder that follows the guidelines at Base16.
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
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/
.