@breejs/ts-worker
Version:
Typescript workers plugin for Bree!
58 lines (33 loc) • 1.4 kB
Markdown
# @breejs/ts-worker
[](https://github.com/breejs/ts-worker/actions/workflows/ci.yml)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
[](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** | <https://github.com/shadowgate15> |
## License
[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)
##
[npm]: https://www.npmjs.com/