Documentation

0.7.8 API docs

Requirements and installing

NoFlo is available via NPM, so you can install it with:

$ npm install noflo --save

Installing from Git

NoFlo requires a reasonably recent version of Node.js, and some npm packages. Ensure you have the grunt-cli package installed (grunt command should be available on command line) and NoFlo checked out from Git. Build NoFlo with:

$ grunt build

You can also build NoFlo only for the desired target platform with either grunt build:nodejs or grunt build:browser.

Then you can install everything needed by a simple:

$ npm link

NoFlo is available from GitHub under the MIT license.