https://github.com/buildit/pl-edition-node-twig
Pattern Lab (Node) edition that uses the Twig engine and Gulp for builds.
https://github.com/buildit/pl-edition-node-twig
Last synced: 11 months ago
JSON representation
Pattern Lab (Node) edition that uses the Twig engine and Gulp for builds.
- Host: GitHub
- URL: https://github.com/buildit/pl-edition-node-twig
- Owner: buildit
- Created: 2017-04-12T12:13:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T15:14:32.000Z (about 9 years ago)
- Last Synced: 2025-02-04T23:31:20.610Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pattern Lab (Node) edition that uses the Twig engine
This package is a [Pattern Lab Edition](http://patternlab.io/docs/advanced-ecosystem-overview.html) for projects wanting to use:
* The **Node** version of **Pattern Lab**
* **Twig** for pattern templates and/or starter kits (instead of the default Mustache)
* **Gulp** for running build tasks
* **SASS** for generating CSS
It is loosely based on (and has grabbed chunks of code from) the official [Pattern Lab Node Gulp Edition](https://github.com/pattern-lab/edition-node-gulp). Kudos to those folks!
## Purpose
The intent of this edition (and any Pattern Lab editions in general) is to **help get your style guide projects up and running quickly**. The edition itself provides the basic scaffolding (the folder structure and config for Pattern Lab, a ready-made Gulp build, etc.). It also includes Gulp tasks for quickly installing pre-made starter kits that give you an initial set of pattern templates and assets to start working from.
## Usage
TBC