update README
This commit is contained in:
parent
c6c5c5ea40
commit
570283551f
24
README.md
24
README.md
@ -2,14 +2,15 @@
|
|||||||
light little helpers for node
|
light little helpers for node
|
||||||
|
|
||||||
## Availabililty
|
## Availabililty
|
||||||
[](https://www.npmjs.com/package/lik)
|
[](https://www.npmjs.com/package/lik)
|
||||||
[](https://gitlab.com/pushrocks/lik)
|
[](https://GitLab.com/pushrocks/lik)
|
||||||
[](https://github.com/pushrocks/lik)
|
[](https://github.com/pushrocks/lik)
|
||||||
[](https://pushrocks.gitlab.io/lik/gitbook)
|
[](https://pushrocks.gitlab.io/lik/)
|
||||||
|
|
||||||
## Status for master
|
## Status for master
|
||||||
[](https://gitlab.com/pushrocks/lik/commits/master)
|
[](https://GitLab.com/pushrocks/lik/commits/master)
|
||||||
[](https://gitlab.com/pushrocks/lik/commits/master)
|
[](https://GitLab.com/pushrocks/lik/commits/master)
|
||||||
|
[](https://www.npmjs.com/package/lik)
|
||||||
[](https://david-dm.org/pushrocks/lik)
|
[](https://david-dm.org/pushrocks/lik)
|
||||||
[](https://www.bithound.io/github/pushrocks/lik/master/dependencies/npm)
|
[](https://www.bithound.io/github/pushrocks/lik/master/dependencies/npm)
|
||||||
[](https://www.bithound.io/github/pushrocks/lik)
|
[](https://www.bithound.io/github/pushrocks/lik)
|
||||||
@ -18,9 +19,9 @@ light little helpers for node
|
|||||||
[](http://standardjs.com/)
|
[](http://standardjs.com/)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
We recommend the use of TypeScript for good intellisense.
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
```typescript
|
```javascript
|
||||||
// import any tool that you need from lik
|
// import any tool that you need from lik
|
||||||
import { Stringmap, Objectmap, Observablemap } from "lik";
|
import { Stringmap, Objectmap, Observablemap } from "lik";
|
||||||
```
|
```
|
||||||
@ -39,6 +40,9 @@ Observables have a smaller footprint and a more manageable subscribe logic.
|
|||||||
Observablemap registers only one rxjs observable per event and then continues to reference
|
Observablemap registers only one rxjs observable per event and then continues to reference
|
||||||
the same observable that you can subscribe to.
|
the same observable that you can subscribe to.
|
||||||
|
|
||||||
**For a detailed class overview, please take a look at the API docs**
|
For further information read the linked docs at the top of this README.
|
||||||
|
|
||||||
[](https://push.rocks)
|
> 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user