@confio/relayer

v0.0.0-main-a92d426
IBC Relayer in TypeScript

build

tsc -p tsconfig.json

fix

run-s fix:*

fix:prettier

prettier "**/*.{ts,md}" "scripts/wasmd/*.js" --write

fix:lint

eslint src --ext .ts --fix

test

run-s build test:*

test:lint

eslint src --ext .ts

test:prettier

prettier "**/*.{ts,md}" "scripts/wasmd/*.js" --list-different

test:unit

nyc --silent ava --serial

focused-test

yarn test:unit ./src/binary/ibc-setup/commands/connect.spec.ts

watch:build

tsc -p tsconfig.json -w

watch:test

nyc --silent ava --watch --serial

cov

run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html

cov:html

nyc report --reporter=html

cov:lcov

nyc report --reporter=lcov

cov:send

run-s cov:lcov && codecov

cov:check

nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100

proto

./scripts/proto/get-proto.sh && ./scripts/proto/define-proto.sh && yarn fix
npm i @confio/[email protected]

Metadata

  • MIT
  • >=12
  • Unknown
  • released 12/23/2021

Downloads