@holochain/client

v0.19.0-dev.0
A JavaScript client for the Holochain Conductor API
holochain client conductor api

lint

eslint --fix --ext .ts src test .eslintrc.cjs

format

prettier --write "src/**/*.ts" "test/**/*.ts"

test:app-agent

RUST_LOG=error RUST_BACKTRACE=1 tsx test/e2e/app-websocket.ts

test:utils

RUST_LOG=error RUST_BACKTRACE=1 tsx test/e2e/utils.ts

test

RUST_LOG=error RUST_BACKTRACE=1 tsx test/index.ts

build:lib

rimraf ./lib && tsc -p tsconfig.build.json

build:docs

api-extractor run --local && api-documenter markdown -i docs/temp -o docs

build

npm run build:lib && npm run build:docs

prepublishOnly

npm run lint && npm run build
npm i @holochain/client

Metadata

  • CAL-1.0
  • >=18.0.0 || >=20.0.0
  • Holochain Foundation
  • released 10/10/2024

Downloads