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

/guld-fs/

    Package Sidebar

    Install

    npm i guld-fs

    Weekly Downloads

    11

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    6.33 kB

    Total Files

    6

    Last publish

    Collaborators

    • isysd