From b09dd0cd1abb949a7f63b4e553001d1b33a655d8 Mon Sep 17 00:00:00 2001 From: Dave Olsen Date: Wed, 4 May 2016 22:13:36 -0400 Subject: [PATCH] adding a quick README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..425443e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Twig Extensions Plugin for Pattern Lab + +The Twig Extensions Plugin adds support for the [Twig Extensions Library](http://twig.sensiolabs.org/doc/extensions/index.html#extensions-install) to the [Twig PatternEngine for Pattern Lab](https://github.com/pattern-lab/patternengine-php-twig). + +## Installation + +Pattern Lab PHP uses [Composer](https://getcomposer.org/) to manage project dependencies with Pattern Lab Editions. To add the Twig Extensions Plugin to the dependencies list for your Edition you can type the following in the command line at the base of your project: + + composer require pattern-lab/plugin-twig-extensions + +See Packagist for [information on the latest release](https://packagist.org/packages/pattern-lab/plugin-twig-extensions).