2.1.0 • Published 7 years ago

toki-templater v2.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

toki-templater

A powerful intelligent templater wrapper with support for validation

This is a templater which also provides validation. It's aware of toki standards regarding context layout, as well as Joi aware. It will gladly handle both JSON strings and objects, returning back in whatever form you provided.

Lead Maintainer: Derrick Hinkle

npm version

build status

Known Vulnerabilities

Example

const Templater = require('toki-templater');

Templater(this.action).then( (hydratedConfig) => {
    ...
});

More examples can be found in the examples document and the full api in the API documentation.

2.1.0

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago