yeast-markdown-renderer
v1.1.0
Published
The yeast markdown renderer project provides a class to render yeast documents in markdown
Downloads
220
Readme
yeast-markdown-renderer
The yeast-markdown-renderer
project renders a yeast document into markdown.
Getting Started
Prerequisites
Use the designated version of node and install dependencies:
nvm use
npm i
Compile
Run npm run build
to compile the TypeScript source into a JavaScript module with TypeScript typings.
Tests
Run npm run test
to run the Jest unit tests.