Skip to content

CLI for hogan to convert templates + json into static files

Notifications You must be signed in to change notification settings

garymcleanhall/thielify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI for hogan to convert templates + json into static files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published