ngrx-poly
v0.0.1
Published
[![npm](https://img.shields.io/npm/v/ngrx-poly.svg)](https://www.npmjs.com/package/ngrx-poly) [![npm](https://img.shields.io/npm/dm/ngrx-poly.svg)](https://www.npmjs.com/ngrx-poly) [![Build status][ci-image]][ci-url] [![Maintenance](https://img.shields.io
Downloads
2
Readme
ngrx-poly
NgRx Poly is a set of utilities for reducing boilerplate when working with NgRx. Everything is created with factories and generics, reducing thousands of lines of action, effect, and reducer code. Best of all, it's extendable - you can add your own actions, effects, and reducer calls just like you'd expect to be able to.
Installation
This package is on NPM, so just run
$ npm install ngrx-poly@latest --save
Usage
Documentation coming soon.
Development
To run live testing: ng test
To run tests: npm test
To run distribution: npm run build:dist
To publish npm run build:dist && npm publish dist