UNPKG

335 BMarkdownView Raw
1Documentation
2=============
3
4The code is documented with [JSDuck](https://github.com/senchalabs/jsduck)
5comments.
6
7To generate documentation site, you need to install JSDuck:
8
9 gem install jsduck
10
11And run the command:
12
13 jsduck -o output-directory/ dataflows.js/
14
15Don't mind the warnings (JSDuck isn't aware of Node.js built-ins).
\No newline at end of file