1.2.0 • Published 9 years ago

fixreader v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

fixreader NPM version build status Test coverage

Simple fixture file reader

Installation

npm install --save-dev fixreader

Usage

With fixture files

test
├── fixtures
│   ├── complete
│   │   ├── file.js
│   │   └── file.txt
│   ├── directory
│   │   └── file.txt
│   ├── text.txt
│   └── tmp
└── index.js

you can read test/fixtures/directory/file.txt by

var fixtures = require('fixreader')();
console.log(fixtures.directory.file);

License

MIT

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago