@holochain/conductor-api

v0.2.0
Encode/decode messages to/from the Holochain Conductor API over Websocket

dev

rm -rf ./lib && tsc -d -w

doc

typedoc

test

npm run test:raw | tap-diff

build

rm -rf ./lib ./dist && tsc -d && tsc --outDir lib.es --module es2015

example

ts-node examples/zome-call

prepare

npm run build

test:raw

RUST_LOG=error RUST_BACKTRACE=1 ts-node test

prepublishOnly

echo 'test'
npm i @holochain/[email protected]

Metadata

Downloads