Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garymcleanhall/thielify
- Owner: garymcleanhall
- Created: 2017-03-02T11:46:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T11:01:57.000Z (almost 8 years ago)
- Last Synced: 2024-12-01T10:16:29.807Z (about 1 month ago)
- Topics: cli, gawker, hogan, hulk, template, transform
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```