fixed
v0.3.1
Published
Generates & parses fixed width records against a JSON spec
Downloads
1,244
Readme
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.
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
- James Billingham [email protected]
License
MIT licensed - see LICENSE file