1.0.0 • Published 1 year ago

fs-manip v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

fs-manip

NPM version NPM Downloads npm.io

adds promise support to the fs methods.

Installation

$ npm install fs-manip --save

API

Async

  • copy
  • emptyDir
  • exists
  • makeDir
  • move
  • outputFile
  • remove

Sync

  • copySync
  • emptyDirSync
  • existsSync
  • makeDirSync
  • moveSync
  • outputFileSync
  • removeSync
1.0.0

1 year ago