npm module to read write folder/files, fs util functions, traverse files and folder using code, or cli, or use glob patterns
Find the demos in the demos folder
APIs to read write folder/files, fs util functions, traverse files and folder using code, or cli, or use glob patterns
- fssys functions
- traverse-fs functions
- cli
Usage:
._isinbuilt(mod)
Usage:
._createFolders(localGitDir)
Usage:
._writeFile(localPath, data, options)
traverse-fs functions, traverse files and folder using code, or cli, or use glob patterns
Usage:
.search(d, r, cb, pe, pef, type, options)
Usage:
.filter(d, r, cb, pe, pef, type, options)
Usage:
.regex(d, r, cb, pe, pef, type, options)
Usage:
.dir(directory, recursive, fetchModifierCallback, handleProcessExit, errorHandler, type, options)
Usage:
.returnNestedArray(directory, recursive, fetchModifierCallback, handleProcessExit, errorHandler, type, options)
Usage:
.returnFlatArray(directory, recursive, fetchModifierCallback, handleProcessExit, errorHandler, type, options)
Usage:
.returnJSON(directory, recursive, fetchModifierCallback, handleProcessExit, errorHandler, type, options)
Usage:
.cliArgs(argList)
defaultFetch
Usage:
.callbacks.defaultFetch(directory, fileDirent)
jsonFetch
Usage:
.callbacks.jsonFetch(directory, fileDirent)
errorHandler
Usage:
.callbacks.errorHandler(error)
search
Usage:
.callbacks.search(d, f, searchPattern, flag)
searchFiles
Usage:
.callbacks.searchFiles(d, f, searchPattern, flag)
searchFolder
Usage:
.callbacks.searchFolder(d, f, searchPattern, flag)
read write folder/files
_isinbuilt
Usage:
.utils._isinbuilt(mod)
_createFolders
Usage:
.utils._createFolders(localGitDir)
_writeFile
Usage:
.utils._writeFile(localPath, data, options)
_registerNodeCache
Usage:
.utils._registerNodeCache(localGitFileCacheUrl, options)
_writeFile
Usage:
.utils._writeFile(localPath, data, options)
Contributions, Feature Improvements, Bugs, and Issues are invited. raising an issue