0.0.2 • Published 11 years ago

punch-engine-handlebars v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Handlebars Template Engine for Punch

Use this plugin to replace Punch's default Mustache template engine with Handlebars.

How to Setup

  • Install the package

    		npm install punch-engine-handlebars
  • Open your Punch project's configurations (config.json) and add the following:

    		"plugins": {
    		
    			"template_engine": "punch-engine-handlebars" 
    
    		}
  • Now you can use Handlebars syntax for your project's templates.

    	Make sure you **save the templates with `.handlebars` extension**.