update docs
This commit is contained in:
parent
02bce51ef6
commit
b1652cc2ed
29
docs/index.md
Normal file
29
docs/index.md
Normal file
@ -0,0 +1,29 @@
|
||||
# smartrx
|
||||
smart wrapper for rxjs
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/smartrx)
|
||||
[](https://GitLab.com/pushrocks/smartrx)
|
||||
[](https://github.com/pushrocks/smartrx)
|
||||
[](https://pushrocks.gitlab.io/smartrx/)
|
||||
|
||||
## Status for master
|
||||
[](https://GitLab.com/pushrocks/smartrx/commits/master)
|
||||
[](https://GitLab.com/pushrocks/smartrx/commits/master)
|
||||
[](https://www.npmjs.com/package/smartrx)
|
||||
[](https://david-dm.org/pushrocks/smartrx)
|
||||
[](https://www.bithound.io/github/pushrocks/smartrx/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/pushrocks/smartrx)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
|
||||
## Usage
|
||||
Use TypeScript for best in class instellisense.
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://push.rocks)
|
8
docs/observablemap.md
Normal file
8
docs/observablemap.md
Normal file
@ -0,0 +1,8 @@
|
||||
# class Observablemap
|
||||
|
||||
Event Emitters are nice. However often times you end up with registering multiple listeners for the exact same thing.
|
||||
Observables have a smaller footprint and a more manageable subscribe logic.
|
||||
Observablemap registers only one rxjs observable per event and then continues to reference
|
||||
the same observable that you can subscribe to.
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
@ -6,5 +6,10 @@
|
||||
},
|
||||
"npmdocker": {
|
||||
"command": "rm -r node_modules && yarn install && yarn test"
|
||||
},
|
||||
"npmts": {
|
||||
"testConfig": {
|
||||
"parallel": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user