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)
  }
})
 

Readme

Keywords

none

Package Sidebar

Install

npm i crawl-path

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

7.74 kB

Total Files

19

Last publish

Collaborators

  • vaiii
  • koishi