etcd3

v1.0.0
Node client for etcd3
etcd3 etcd node client protobuf proto

test

concurrently npm:test:lint npm:test:unit

test:unit

mocha

test:cover

nyc mocha

test:lint

eslint "src/**/*.ts"

watch

tsc --watch

build:proto

node ./bin/update-proto ./proto && node bin/generate-methods.js ./proto/rpc.proto > src/rpc.ts && npm run fmt

build:doc

rimraf docs && typedoc --theme minimal --mode library --exclude "src/test/*" --excludePrivate --stripInternal --out ./docs ./src/index.ts && node bin/tame-typedoc

build:ts

tsc

fmt

prettier --write "src/**/*.{ts,js}" && npm run -s test:lint -- --fix

prepare

npm run -s build:ts

Metadata

  • MIT
  • Whatever
  • Connor Peet
  • released 6/21/2020

Downloads