Skip to content

parastoo-62/base16-builder-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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 proof of concept application and is likely to change

Installation

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

Usage

php cli.php update

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

php cli.php

Build all templates using all schemes

Why use PHP?

Because anyone can read PHP, even if they can't program 😉 This is not meant to be the best suited CLI builder app but does serve as a simple working reference application.

About

A PHP implementation of a base16 builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages