fixed
Version:
Generates & parses fixed width records against a JSON spec
50 lines (31 loc) • 967 B
Markdown
# 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.
[](//www.npmjs.org/package/fixed)
[](//travis-ci.org/cuvva/fixed)
[](//coveralls.io/r/cuvva/fixed)
```js
insert very brief usage example here
```
## Installation
```bash
$ npm install --save fixed
```
## Usage
insert comprehensive usage instructions here
## Testing
Install the development dependencies first:
```bash
$ npm install
```
Then run the tests:
```bash
$ npm test
```
## Support
Please open an issue on this repository.
## Authors
- James Billingham <james@jamesbillingham.com>
## License
MIT licensed - see [LICENSE](LICENSE) file