Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 848 Bytes

flight-with-observe

Build Status

A Flight mixin for filtering, transforming, and subscribing to observable state.

Installation

npm install --save flight-with-observe

Development

To develop this module, clone the repository and run:

$ yarn install && yarn test

If the tests pass, you have a working environment. You shouldn't need any external dependencies.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.