etcd3

v1.1.2
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

build:doc

rimraf docs && typedoc --theme minimal --mode file --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
npm i etcd3

Metadata

  • MIT
  • >=16
  • Connor Peet
  • released 7/30/2023

Downloads

Maintainers