crawl-path

0.0.6 • Public • Published

usage

yarn add crawl-path
 
 
import {crawlPath} from 'crawl-path'
 
let files = new Map
 
await crawlPath(path.join(__dirname, 'foo'), {
  onDir: async (_files, _path, depth) => {
    files.set(_path, _files)
  },
  onFile: async(file) => {
    console.log(file)
  }
})
 

/crawl-path/

    Package Sidebar

    Install

    npm i crawl-path

    Weekly Downloads

    9

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    7.74 kB

    Total Files

    19

    Last publish

    Collaborators

    • vaiii
    • koishi