# 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](https://img.shields.io/npm/v/fixed.svg?style=flat)](//www.npmjs.org/package/fixed)
[![Build Status](https://img.shields.io/travis/cuvva/fixed.svg?style=flat)](//travis-ci.org/cuvva/fixed)
[![Coverage Status](https://img.shields.io/coveralls/cuvva/fixed.svg?style=flat)](//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
