Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miguelramos/soldier
- Owner: miguelramos
- License: apache-2.0
- Created: 2019-02-11T17:04:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:20:45.000Z (about 2 years ago)
- Last Synced: 2024-11-28T09:47:30.441Z (26 days ago)
- Topics: javascript, jobs, lerna, monorepo, rxjs, scheduler, tasks, typescript
- Language: TypeScript
- Size: 823 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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
```