Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redco/twigjs-compiler
This library allows to compile twig templates to requireJS supported format
https://github.com/redco/twigjs-compiler
php requirejs twig twigjs
Last synced: 8 days ago
JSON representation
This library allows to compile twig templates to requireJS supported format
- Host: GitHub
- URL: https://github.com/redco/twigjs-compiler
- Owner: redco
- License: mit
- Created: 2015-11-17T08:55:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:38:44.000Z (almost 9 years ago)
- Last Synced: 2024-05-28T16:08:40.631Z (6 months ago)
- Topics: php, requirejs, twig, twigjs
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwigJS Compiler
## Configuration
Register external functions and filtres in file `.twigjs.yml` in the project dir. See example [here](https://github.com/redco/twigjs-compiler/blob/master/.twigjs.yml.dist)## Usage
```shell
./bin/twigjs-compile views/twig/ views/twig-js/
```