0.0.1 • Published 11 years ago
here-doccy v0.0.1
here-doccy
basic heredoc
Install
npm install here-doccyExample
var heredoc = require('here-doccy');
var str = heredoc(function() {/*
this:
is:
- a
- yaml
*/});returns
this:
is:
- a
- yamlLicense
MIT

