Skip to content

ksxnodemodules/sync-fstree

Repository files navigation

sync-fstree

Just traverse directory tree synchronously

Requirements

  • Node.js ≥ 6.0.0, and npm

Usage

const tree = require('sync-fstree') // -> function (origin: string) -> [file: string]
tree(dirname) // -> [file: string]

About

Just traverse directory tree synchronously

Resources

Stars

Watchers

Forks

Packages

No packages published