Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trieloff/zonefile2md


https://github.com/trieloff/zonefile2md

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# zonefile2md

> Render the contents of a DNS Zonefile in Markdown

## Status
[![codecov](https://img.shields.io/codecov/c/github/trieloff/zonefile2md.svg)](https://codecov.io/gh/trieloff/zonefile2md)
[![CircleCI](https://img.shields.io/circleci/project/github/trieloff/zonefile2md.svg)](https://circleci.com/gh/trieloff/zonefile2md)
[![GitHub license](https://img.shields.io/github/license/trieloff/zonefile2md.svg)](https://github.com/trieloff/zonefile2md/blob/master/LICENSE.txt)
[![GitHub issues](https://img.shields.io/github/issues/trieloff/zonefile2md.svg)](https://github.com/trieloff/zonefile2md/issues)
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/trieloff/zonefile2md.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/trieloff/zonefile2md)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Installation

```bash
$ npm install @adobe/zonefile2md
```

## Usage

See the [API documentation](docs/API.md).

## Development

### Build

```bash
$ npm install
```

### Test

```bash
$ npm test
```

### Lint

```bash
$ npm run lint
```