Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trieloff/zonefile2md
https://github.com/trieloff/zonefile2md
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trieloff/zonefile2md
- Owner: trieloff
- License: apache-2.0
- Created: 2024-01-02T13:15:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T13:59:17.000Z (about 1 year ago)
- Last Synced: 2024-11-18T08:12:13.525Z (2 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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
```