1.0.0 • Published 7 years ago
save-file-atomic v1.0.0
savefile
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
1.0.0
7 years ago