Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.43 KB

#  nflow JS

Event/data/control flow

npm version Dependency Status Circle CI bitHound Overall Score JavaScript Style Guide

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/

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:

Unit Tests

To run all unit tests, clone this repo and run:

  • npm install
  • npm test