Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hay/jux

YAML / Markdown format to write structured narratives
https://github.com/hay/jux

Last synced: 28 days ago
JSON representation

YAML / Markdown format to write structured narratives

Awesome Lists containing this project

README

        

# jux
> YAML / Markdown format to write structured narratives

## Install

```
$ npm install --save jux
```

## Usage

```js
var jux = require('jux');

jux.parse('...');
```

Check out the `example.md` and `example.js` files for some guidance.

## API

### jux.parse(input)

## License

MIT © [Hay Kranen](http://haykranen.nl)