Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelramos/soldier

Rxjs Scheduler task monorepo
https://github.com/miguelramos/soldier

javascript jobs lerna monorepo rxjs scheduler tasks typescript

Last synced: 3 days ago
JSON representation

Rxjs Scheduler task monorepo

Awesome Lists containing this project

README

        

Soldier Logo Reactive Soldier
====

[![Author](https://img.shields.io/badge/author-miguelramos-blue.svg)](https://twitter.com/miguelonspring)
[![Build Status](https://travis-ci.com/miguelramos/soldier.svg?branch=master)](https://travis-ci.com/miguelramos/soldier)
[![Coverage Status](https://coveralls.io/repos/github/miguelramos/soldier/badge.svg?branch=master)](https://coveralls.io/github/miguelramos/soldier?branch=master)
[![npm version](https://badge.fury.io/js/%40miguelramos%2Fsoldier.svg)](https://badge.fury.io/js/%40miguelramos%2Fsoldier)

Reactive Soldier is an rxjs library for scheduling task to run on present or in an interval of time.

[Apache 2.0 License](LICENSE)

### Development

Clone the repo an run install with yarn (MANDATORY). This repo is generated with lerna and yarn workspaces.

```
yarn install
```

And run it with hot-reload.

```
yarn run start:dev
```

### Testing

```
yarn run test
```