npm.io
1.0.0 • Published 7 years ago

save-file-atomic

Licence
MIT
Version
1.0.0
Deps
3
Size
6 kB
Vulns
1
Weekly
0
Stars
14

savefile

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Save anything to file atomic.

Install

$ npm i save-file-atomic --save

Usage

const savefile = require('save-file-atomic');

// anything can be: ReadStream, Buffer, String
// target is the target file path
await savefile(anything, target);

// copy file atomic
await savefile.copy(source, target);

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords