fs-manip
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

fs-manip

NPM version NPM Downloads

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

Readme

Keywords

Package Sidebar

Install

npm i fs-manip

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

405 kB

Total Files

14

Last publish

Collaborators

  • fengxinming