Skip to content

nowk/here-doccy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

here-doccy

Build Status Code Climate David DM

basic heredoc

Install

npm install here-doccy

Example

var heredoc = require('here-doccy');
var str = heredoc(function() {/*
this:
  is:
    - a
    - yaml
*/});

returns

this:
  is:
    - a
    - yaml

License

MIT