@breejs/ts-worker

June 13, 2022 · View on GitHub

build status code style styled with prettier made with lass license npm downloads

Typescript workers plugin for Bree!

Table of Contents

  • Install
  • Usage
  • Contributors
  • License

Install

npm:

npm install @breejs/ts-worker

Usage

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

Extend bree with the plugin:

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

const bree = new Bree(config);

Contributors

NameWebsite
Taylor Schleyhttps://github.com/shadowgate15

License

MIT © Taylor Schley

Contents

  1. 1Table of Contents
  2. 2Install
  3. 3Usage
  4. 4Contributors
  5. 5License