Awesome
Base16 Builder PHP
An example PHP implementation of a base16 builder that follows the conventions described at https://github.com/chriskempson/base16. Requires PHP 5.3 or greater.
This is an early release and is likely to change. However, it is already being used to generate the themes for Base16 Vim, Base16 Textmate, Base16 Shell and Base16 HTML Previews.
Installation
git clone https://github.com/chriskempson/base16-builder-php
cd base16-builder-php
composer install
Usage
php builder.php update
Updates all scheme and template repositories as defined in schemes.yaml
and templates.yaml
.
php builder.php
Build all templates using all schemes
Why PHP?
It's easy to read PHP and this Base16 Builder is not meant to be the defacto CLI builder app but serves as a simple working reference application from which others can build Base16 Builders in languages better suited to their needs.