t3mpl-core
v0.4.2
Published
[![Build Status](https://app.travis-ci.com/b4rtaz/t3mpl-core.svg?branch=master)](https://app.travis-ci.com/b4rtaz/t3mpl-core) [![Coverage Status](https://coveralls.io/repos/github/b4rtaz/t3mpl-core/badge.svg?branch=master)](https://coveralls.io/github/b4r
Downloads
12
Maintainers
Readme
T3MPL Core
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.
⚙️ How to Build
Node.js is required.
npm install
npm run build
✨ CLI
You can use T3MPL from CLI. To install globally enter bellow commands. Node.js is required.
npm install -g t3mpl-core
t3mpl version
Build
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.
Own Data
t3mpl build --manifest=examples/boilerplate-template/template.yaml --data=examples/boilerplate-data/data.json --outDir=build/
Example Data
t3mpl build --manifest=examples/boilerplate-template/template.yaml --exampleData=true --outDir=build/
💡 License
This project is released under the MIT license.