Skip to content

A customized PHP implementation of a base16 builder for base16-konsole-kde3

License

Notifications You must be signed in to change notification settings

cskeeters/base16-builder-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A customized PHP implementation of a base16 builder for base16-konsole-kde3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%