Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```