Getting Started
Installation
You can get Twig.js by any of the following methods:
Git:
- Clone the repository
git clone git://github.com/justjohn/twig.js.git
The files twig.js
and twig.min.js
may not be up-to-date (they will be rebuilt when releasing a new version). Run make
(or make -B
to force building) to create these files.
NPM:
bash
npm install twig --save-dev
Yarn:
bash
yarn add twig --dev