Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 280 Bytes

fs-x

A plus module with extenssions for native fs. This library exports everything from node's fs module but with some extra helpers.

Install

  npm install fs-x

Or from source:

  git clone git://github.com/allex/fs-x.git 
  cd fs-x
  npm link