0.0.1 • Published 6 years ago

rxis v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

Reactive Immutable State

Installation

npm install rxis

Contributing

  • Fork and/or clone repo.
  • Then npm install.
  • Run a quick test npm run test.
  • Make changes and run linter npm run lint.
  • Submit a Pull Request!

For local testing, you may need to install globals:

  • npm install mocha chai ts-node typings -g
  • typings install dt~mocha --global --save
  • typings install npm~chai --save