Installation
Install walkerOS node source via NPM:
npm install @elbwalker/source-node
Use the createSourceNode
function to create a new source instance. It returns
the elb
function to
use commands, pushing events,
and the instance
itself.
import { createSourceNode } from '@elbwalker/source-node';
const { elb, instance } = createSourceNode({});
info
If you need professional support with your walkerOS implementation, check out our services.