patternlab-php-core
patternlab-php-core copied to clipboard
This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
`strtolower` should use `mb_strtolower()` but need to figure out use of `mb_*` elsewhere. Need to double-check front-end/pattern paths and assets reloading continuously.
I'm seeing that if I have some global data that gets merged with pattern specific data that it is preserving far too much of the global data when it should...
I was lazy when I came up with these options. Rename so they can be properly read.
So invoke the Mustache pattern engine by saying "patternEngine: mustache" as opposed to relying on pattern extension. This way a user can define their own extension for their project yet...
I'd think it'd be useful to have more templating libraries (liquid, erb ...). How would this be done? preferably a straight-forward way to create "plugins" that work with php/node versions.
This is really silly and I have no idea why I didn't just do a line by line ("in fencing/in description check") other than I was being really lazy. This...
Stop maintaining my own timer set-up and use Symfony Stopwatch instead. Won't require a breaking change but might as well roll it into a Symfony release.
Stop maintaining my own Console class and swap in Symfony Console. Will require a breaking change.
Figure out a way to let users define their own theme tags for Console messages. Allow override of default colors.