guld-fs

1.4.0 • Public • Published

guld-fs

source issues documentation

node package manager travis-ci lgtm david-dm david-dm

Guld file system abstraction module.

Install

Node
npm i guld-fs

Usage


// must be in an async function.
var fs = await getFS(pify=true) // pify=false to not pify the returned fs
// Now use fs with optional promises and extra functions.
fs.mkdirp('/long/non/existing/path/chain')
fs.cpr('/long/non/existing/path/chain', '/tmp/')
fs.rimraf('/tmp/')

License

MIT Copyright isysd

Readme

Keywords

Package Sidebar

Install

npm i guld-fs

Weekly Downloads

12

Version

1.4.0

License

MIT

Unpacked Size

6.33 kB

Total Files

6

Last publish

Collaborators

  • isysd