rmsync
v0.1.0
Published
Synchronos rm for build process
Downloads
3
Readme
rmsync
Synchronous removal of directories and files for build scripts and node command line applications. WARNING not for production use.
Install
npm install rmsync
Usage
Require it
var rmsync = require('rmsync')
Call it
rmsync('path/to/directory/or/file.txt')
Notes
Only supports *nix systems for now.