Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hay/jux
- Owner: hay
- License: mit
- Created: 2016-02-05T16:53:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T13:28:56.000Z (almost 9 years ago)
- Last Synced: 2024-11-16T05:49:38.479Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)