https://github.com/weareindi/pillar
A TWIG powered pattern system
https://github.com/weareindi/pillar
atomic pattern-library pattern-system twig
Last synced: 2 months ago
JSON representation
A TWIG powered pattern system
- Host: GitHub
- URL: https://github.com/weareindi/pillar
- Owner: weareindi
- Created: 2018-12-22T10:00:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T15:28:04.000Z (about 1 year ago)
- Last Synced: 2025-08-14T12:38:23.064Z (8 months ago)
- Topics: atomic, pattern-library, pattern-system, twig
- Language: JavaScript
- Size: 122 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

# Pillar
Build your TWIG powered pattern library
---
## Installation
### Via Composer
- Execute `composer create-project weareindi/pillar {{ your destination directory }}`
### Manually
- Download this package manually.
- Extract to your desired working directory.
- Run `composer install` to get all the required dependencies (including Pillar-Core).
## Loading
Feel free to boot the PHP built-in server using the command:
`php pillar server`
Open http://localhost:8080 in your browser.
---
## Gulp
We've included a handy Gulp starter kit that slots right in to Pillar.
With a focus on optimisation of your final project putting those 100% lighthouse scores within reach.
To get started with Gulp, execute the `php pillar gulp` command from your project root.
---
Please checkout the [Wiki](https://github.com/weareindi/pillar/wiki) for more information about:
* [Usage](https://github.com/weareindi/pillar/wiki/Usage)
* [CLI Commands](https://github.com/weareindi/pillar/wiki/CLI)
* [Functions & Filters](https://github.com/weareindi/pillar/wiki/Functions-&-Filters)