Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
4a7749be47 | |||
570283551f | |||
c6c5c5ea40 | |||
ddd071ccb6 |
@ -1,21 +1,31 @@
|
|||||||
image: hosttoday/ht-docker-node:npmts
|
# gitzone standard
|
||||||
|
image: hosttoday/ht-docker-node:npmci
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- .yarn/
|
||||||
|
key: "$CI_BUILD_STAGE"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- release
|
- release
|
||||||
- page
|
- trigger
|
||||||
|
- pages
|
||||||
|
|
||||||
testLEGACY:
|
testLEGACY:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci test legacy
|
- npmci test legacy
|
||||||
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci test lts
|
- npmci test lts
|
||||||
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
@ -23,12 +33,12 @@ testSTABLE:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci test stable
|
- npmci test stable
|
||||||
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
environment: npmjs-com_registry
|
|
||||||
script:
|
script:
|
||||||
- npmci publish
|
- npmci publish
|
||||||
only:
|
only:
|
||||||
@ -36,11 +46,23 @@ release:
|
|||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
pages:
|
trigger:
|
||||||
image: hosttoday/ht-docker-node:npmpage
|
stage: trigger
|
||||||
stage: page
|
|
||||||
script:
|
script:
|
||||||
- npmci command npmpage --host gitlab
|
- npmci trigger
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
pages:
|
||||||
|
image: hosttoday/ht-docker-node:npmci
|
||||||
|
stage: pages
|
||||||
|
script:
|
||||||
|
- npmci command yarn global add npmpage
|
||||||
|
- npmci command npmpage --publish gitlab
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
|
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)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lik",
|
"name": "lik",
|
||||||
"version": "1.0.28",
|
"version": "1.0.30",
|
||||||
"description": "light little helpers for node",
|
"description": "light little helpers for node",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user