@trellisfw/rules-controller

Library for configuring/controlling Trellis Rules Engine

Usage no npm install needed!

<script type="module">
  import trellisfwRulesController from 'https://cdn.skypack.dev/@trellisfw/rules-controller';
</script>

README

lerna

The Trellis Rules Enigine

This is a monorepo for the libraries for utilizing "rules" within trellis. The Rules Engine has muliple parts, with different libraries for utilizing it.

Rules Engine Libraries

Rules Controller

For accessing and configuring the rules within a Trellis plaform, see the rules-controller library.

Rules Worker

For exposing the capabilities of a Trellis microserivce to the Rules Engine, see the rules-worker library.

Contributing

This monorepo uses lerna with yarn workspaces. After cloning, run lerna bootstrap to initialize the monorepo.