helper-license
Template helper for adding basic, formatted license statements. Should work with any engine.
Install
Install with npm
npm i helper-license --save
Run tests
npm test
Usage example
Add a basic license statement
{%= license() %}
Register
This should work with any engine, here are a few examples
With template
template.helper('license', require('helper-license'));
With assemble
assemble.helper('license', require('helper-license'));
With verb
verb.helper('license', require('helper-license'));
With handlebars:
var handlebars = require('handlebars');
handlebars.registerHelper('license', require('helper-license'));
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
[object Object]
License
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on November 07, 2014.