@willsoto/node-konfig-etcd
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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(),
    },
  ],
});

Package Sidebar

Install

npm i @willsoto/node-konfig-etcd

Weekly Downloads

3

Version

3.0.0

License

Apache-2.0

Unpacked Size

16.7 kB

Total Files

11

Last publish

Collaborators

  • paradox41