3.0.0 • Published 3 years ago

@willsoto/node-konfig-etcd v3.0.0

Weekly downloads
33
License
Apache-2.0
Repository
-
Last release
3 years ago

Node Konfig Etcd

Thanks to Konfig for the inspiration. This library would not have been possible without it.

Documentation is available at https://willsoto.github.io/node-konfig/

Installation

npm install @willsoto/node-konfig-etcd
yarn add @willsoto/node-konfig-etcd
pnpm add @willsoto/node-konfig-etcd

Quick look

import * as Konfig from "@willsoto/node-konfig-core";
import { EtcdLoader } from "@willsoto/node-konfig-etcd";

const loader = new EtcdLoader({
  keys: [
    {
      accessor: "database",
      parser: new Konfig.JSONParser(),
    },
  ],
});
3.0.0

3 years ago

2.0.0

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago