baset-reader-md
v0.14.7
Published
MarkDown reader plugin for BaseT project.
Downloads
4
Maintainers
Readme
BaseT MarkDown reader plugin
MarkDown reader plugin for BaseT project.
Installation and usage
Run:
npm install --save-dev baset-reader-md
and adding next line to baset.plugins
section in your package.json
or plugins
section in your .basetrc
/.basetrc.json
:
".spec.md$": ["baset-reader-md", "baset-baseliner-json"]
There are no specific options for this plugin right now.