@ns8/ns8-switchboard-operator

Operator project contains switchboard interfaces and orchestration code

Usage no npm install needed!

<script type="module">
  import ns8Ns8SwitchboardOperator from 'https://cdn.skypack.dev/@ns8/ns8-switchboard-operator';
</script>

README

ns8-switchboard-operator

Contains all switchboard orchestration and interfaces. All other switchboard repos require this project as a dependency.

Install

  • yarn

Create a linked working build

Running yarn build:dev will automatically build and link a local working copy of the operators. You can then use them in another project by running yarn link @ns8/ns8-switchboard-operator from the root of the other project.