Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garymcleanhall/thielify

CLI for hogan to convert templates + json into static files
https://github.com/garymcleanhall/thielify

cli gawker hogan hulk template transform

Last synced: 28 days ago
JSON representation

CLI for hogan to convert templates + json into static files

Awesome Lists containing this project

README

        

# Thielify

CLI for transforming Hogan template files using supplied json parameters.

Useful for generating static html pages which may need some minimal configuration per environment.

```
npm install thielify
./node_modules/.bin/thielify --template ./path/to/template.file --json ./path/to/data.json
```

Alternatively, you could install globally:

```
npm install -g thielify
```