# Node Konfig TOML Parser

> Thanks to [Konfig](https://github.com/lalamove/konfig) for the inspiration. This library would not have been possible without it.

Documentation is available at [https://willsoto.github.io/node-konfig/](https://willsoto.github.io/node-konfig/)

## Installation

```bash
npm install @willsoto/node-konfig-toml-parser
```

```bash
yarn add @willsoto/node-konfig-toml-parser
```

```bash
pnpm add @willsoto/node-konfig-toml-parser
```
