@holochain-open-dev/membrane-context

v0.1.2
WebComponent that provides context about the membrane to holochain components

start

concurrently --kill-others --names tsc,web-dev-server "npm run tsc:watch" "sleep 5 && web-dev-server --config demo/web-dev-server.config.mjs"

tsc:watch

tsc --watch

build

rimraf dist && tsc

prepublish

npm run build

lint

eslint --ext .ts,.html . --ignore-path .gitignore

format

eslint --ext .ts,.html . --fix --ignore-path .gitignore

test

tsc && web-test-runner --coverage

test:watch

web-test-runner --watch

publish-to-branch

npm run lint && npm run build && gh-pages -d . -b ui-build
npm i @holochain-open-dev/membrane-context

Metadata

Downloads

Maintainers