1.0.0 • Published 7 years ago

save-file-atomic v1.0.0

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

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