An open API service indexing awesome lists of open source software.

https://github.com/arlac77/named-conf

read/write named.conf
https://github.com/arlac77/named-conf

bind9 named

Last synced: 7 months ago
JSON representation

read/write named.conf

Awesome Lists containing this project

README

          

[![npm](https://img.shields.io/npm/v/named-conf.svg)](https://www.npmjs.com/package/named-conf)
[![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
[![bundlejs](https://deno.bundlejs.com/?q=named-conf\&badge=detailed)](https://bundlejs.com/?q=named-conf)
[![downloads](http://img.shields.io/npm/dm/named-conf.svg?style=flat-square)](https://npmjs.org/package/named-conf)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/named-conf.svg?style=flat-square)](https://github.com/arlac77/named-conf/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fnamed-conf%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/named-conf/goto)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/named-conf/badge.svg)](https://snyk.io/test/github/arlac77/named-conf)
[![Coverage Status](https://coveralls.io/repos/arlac77/named-conf/badge.svg)](https://coveralls.io/github/arlac77/named-conf)

# named-conf

read & write named.conf

# usage

```js
const { NamedParser } = require('named-conf');

const parser = new NamedParser();

parser.parse('{ }');
```

# API

### Table of Contents

* [NamedParser](#namedparser)

## NamedParser

**Extends Parser**

# install

With [npm](http://npmjs.org) do:

npm install named-conf

# license

BSD-2-Clause