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

https://github.com/breejs/ts-worker

Typescript workers plugin for Bree!
https://github.com/breejs/ts-worker

Last synced: about 1 year ago
JSON representation

Typescript workers plugin for Bree!

Awesome Lists containing this project

README

          

# @breejs/ts-worker

[![build status](https://github.com/breejs/ts-worker/actions/workflows/ci.yml/badge.svg)](https://github.com/breejs/ts-worker/actions/workflows/ci.yml)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/breejs/ts-worker.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/@breejs/ts-worker.svg)](https://npm.im/@breejs/ts-worker)

> Typescript workers plugin for Bree!

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install @breejs/ts-worker
```

## Usage

> **Note:** You must be using Bree v9.0.0 or greater!

Extend bree with the plugin:

```js
Bree.extend(require('@breejs/ts-worker'));

const bree = new Bree(config);
```

## Contributors

| Name | Website |
| ----------------- | --------------------------------- |
| **Taylor Schley** | |

## License

[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)

##

[npm]: https://www.npmjs.com/