handlebars-helper-github-pages
v0.0.1
Published
handlebars helper for adding github pages url
Downloads
7
Maintainers
Readme
{{github-pages}} 
Handlebars helper for adding github pages url.
Install
$ npm install handlebars-helper-github-pages --save-devRegister
In the Gruntfile:
grunt.initConfig({
assemble: {
options: {
...,
helpers: ['handlebars-helper-github-pages']
},
...
},
...
});Usage
<a href="{{github-pages}}">Home</a>License
MIT
