here-doccy

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i here-doccy

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yunghwakwon