snicol / fixed

Generates & parses fixed width records against a JSON spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fixed

Generates & parses fixed width text files against a JSON spec. Converts between JSON objects and fixed-length records, providing a native-feeling interface to archaic file formats.

NPM Version Build Status Coverage Status

insert very brief usage example here

Installation

$ npm install --save fixed

Usage

insert comprehensive usage instructions here

Testing

Install the development dependencies first:

$ npm install

Then run the tests:

$ npm test

Support

Please open an issue on this repository.

Authors

License

MIT licensed - see LICENSE file

About

Generates & parses fixed width records against a JSON spec

License:MIT License


Languages

Language:JavaScript 100.0%