T3MPL is the core library of T3MPL Editor. This project contains the template YAML parser and the template generator. The generator can be used in the browser or by command line (by Nodejs).
This project contains the template example and the data example.
Node.js is required.
npm install
npm run build
You can use T3MPL from CLI. To install globally enter bellow commands. Node.js is required.
npm install -g t3mpl-core
t3mpl version
To build a template, the generator needs the template manifest path and the data. You can pass the path to the own data by --data=PATH
argument or generate an example data by --exampleData=true
argument.
t3mpl build --manifest=examples/boilerplate-template/template.yaml --data=examples/boilerplate-data/data.json --outDir=build/
t3mpl build --manifest=examples/boilerplate-template/template.yaml --exampleData=true --outDir=build/
This project is released under the MIT license.