fulky

0.2.0 • Public • Published

npm License Build Status

fulky

Usage

Use it with Mocha

Run it with:

mocha --compilers md:fulky/md-compiler *.md

Use it with Jasmine

In your spec/support/jasmine.json configuration file, add:

{
  "spec_dir": "spec",
  "spec_files": [
    "../*.md"
  ],
  "helpers": [
    "../node_modules/fulky/md-compiler.js"
  ]
}

Then run it with:

jasmine

Readme

Keywords

none

Package Sidebar

Install

npm i fulky

Weekly Downloads

6

Version

0.2.0

License

MIT

Last publish

Collaborators

  • astorije