guld-ledger-grant

1.2.16 • Public • Published

guld-fs

Guld file system abstraction module.

Install

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/')
Node
const { getFS } = require('guld-fs')

Readme

Keywords

Package Sidebar

Install

npm i guld-ledger-grant

Weekly Downloads

0

Version

1.2.16

License

MIT

Unpacked Size

5.22 kB

Total Files

6

Last publish

Collaborators

  • isysd