From 039555369d8f383878b265b5c96049beeb1f85c0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 13 Oct 2014 01:57:48 +0200 Subject: [PATCH] add `fs-write-stream-atomic` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 758f832..59fff17 100644 --- a/readme.md +++ b/readme.md @@ -223,6 +223,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [mkdirp](https://github.com/substack/node-mkdirp) - Recursively create directories like `mkdir -p`. - [graceful-fs](https://github.com/isaacs/node-graceful-fs) - Drop-in replacement for the `fs` module with various improvements. - [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module. +- [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) - Like `fs.createWriteStream()`, but atomic. ### Control flow