sync-fstree

0.0.1 • Public • Published

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]

Package Sidebar

Install

npm i sync-fstree

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • khai96_