yeast-core
v1.1.0
Published
Core components for working with yeAST (Yuri's Empathetic Arbitrary Syntax Tree) documents
Downloads
430
Readme
yeast-core
The yeast-core
project provides the core interfaces for interacting with yeast parsers and renderers.
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.