1.3.0 • Published 7 years ago

fxtr v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Fxtr

Copy files to tmp and read/write them.

Install

npm install --save-dev fxtr

Usage

import { fixtures } from "fxtr"

let { path, read, write } = await fixtures(__dirname, "fixtures")

write("test.json", { hello: "world" })
read("test.json") // { hello: "world" }
1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago