nflow
Version:
event/data/control flow
39 lines (24 loc) • 1.46 kB
Markdown
<img height=80 align="left" src="http://nflow-js.github.io/assets/logo.svg">
# nflow JS
Event/data/control flow
[](https://badge.fury.io/js/nflow) [](https://www.versioneye.com/nodejs/nflow)
[](https://circleci.com/gh/nflow-js/nflow)
[](https://www.bithound.io/github/nflow-js/nflow)
[](http://standardjs.com/)
### What is it?
nflow is a hierarchical event dispatcher for managing you application's event/data/control flow.
For docs and examples visit: **[http://nflow.js.org/](http://nflow.js.org/)**
### Installation
`npm i nflow --save`
### How to develop
nFlow uses webpack to compile the code, run the tests and run a local dev server:
Clone this repo and run:
- `npm start`
- Unit tests are served on: http://localhost:5000/test/
(Hot loader: http://localhost:5000/webpack-dev-server/test)
- Docs are served on: http://localhost:5000/docs/
(Hot Loader: http://localhost:5000/webpack-dev-server/docs)
### Unit Tests
To run all unit tests, clone this repo and run:
- `npm install`
- `npm test`