1.0.1 • Published 6 years ago
edzif-converter v1.0.1
EDZIF converter
Library to format DNS zones in EDZIF format into formats usable with other systems.
Development
EDZIF converter is written in TypeScript. To compile TypeScript to JavaScript, run:
npm run buildTo compile TypeScript to JavaScript automatically when the code changes, run:
npm run startTo run the test suite, run:
npm run test