Skip to content

chrisschaetzlein/handlebars-to-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handlebars-to-html

Generate static html files from handlebars templates.

usage: node index.js

  • -t template glob pattern (e.g. *.hbs)
  • -T template path
  • -p partials glob pattern (e.g. *.hbs)
  • -P partials path
  • -d output directory
  • -v verbose output

About

Generate static html files from handlebars templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%