An API for Bree.
npm:
npm install @breejs/apiyarn:
yarn add @breejs/apiExtend bree with the plugin:
Bree.extend(require('@breejs/api').plugin);
const bree = new Bree(config);The API will start automatically when the Bree constructor is called.
Check out the API Docs.
