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!
- Host: GitHub
- URL: https://github.com/breejs/ts-worker
- Owner: breejs
- License: mit
- Created: 2021-11-05T00:13:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T20:11:17.000Z (about 4 years ago)
- Last Synced: 2025-03-28T04:11:26.830Z (over 1 year ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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** | |
## License
[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)
##
[npm]: https://www.npmjs.com/