async-folder-walker

A recursive async iterator of the files and directories in a given directory. Can take multiple directories and files, limit walk depth and filter based on path names and stat results.

MIT License

Downloads
613
Stars
18
Committers
2

Bot releases are visible (Hide)

async-folder-walker - v3.0.5 Latest Release

Published by bcomnes 11 months ago

Commits

async-folder-walker - v3.0.4

Published by bcomnes 11 months ago

Commits

async-folder-walker - v3.0.3

Published by bcomnes 11 months ago

Commits

  • Republish without additional assets 0aaa28d
async-folder-walker - v3.0.2

Published by bcomnes 11 months ago

Merged

  • Bump actions/setup-node from 3 to 4 #61

Commits

async-folder-walker - v3.0.1

Published by bcomnes almost 1 year ago

Commits

  • Fix type building lifecycle 6a92f89
async-folder-walker - v3.0.0

Published by bcomnes almost 1 year ago

Merged

  • Bump tap from 16.3.9 to 18.4.0 #60
  • Bump actions/checkout from 3 to 4 #54
  • Bump p-temporary-directory from 1.1.1 to 2.0.1 #52
  • Bump bcomnes/npm-bump from 2.0.2 to 2.1.0 #42
  • Bump npm-run-all2 from 5.0.2 to 6.0.0 #41
  • Bump standard from 16.0.4 to 17.0.0 #39
  • Bump @voxpelli/tsconfig from 2.1.0 to 4.0.0 #40
  • Bump actions/setup-node from 3.1.0 to 3.1.1 #38
  • Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1 #37
  • Bump actions/setup-node from 3.0.0 to 3.1.0 #36

Commits

  • Breaking change: Fix types 9400369
  • Merge pull request #45 from bcomnes/dependabot/npm_and_yarn/gh-release-7.0.0 740f315
  • Bump gh-release from 6.0.4 to 7.0.0 142b738
async-folder-walker - v2.2.1

Published by bcomnes over 2 years ago

Commits

async-folder-walker - v2.2.0

Published by bcomnes over 2 years ago

Merged

  • Bump tap from 15.2.3 to 16.0.0 #33
  • Bump actions/checkout from 2.4.0 to 3 #32
  • Bump actions/setup-node from 2.5.1 to 3.0.0 #31
  • Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 #29
  • Bump actions/setup-node from 2.5.0 to 2.5.1 #30
  • Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 #28
  • Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 #27
  • Bump actions/setup-node from 2.4.1 to 2.5.0 #26
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 #25
  • Bump actions/checkout from 2.3.5 to 2.4.0 #24
  • Bump actions/checkout from 2.3.4 to 2.3.5 #23
  • Bump actions/setup-node from 2.4.0 to 2.4.1 #22
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 #21

Commits

async-folder-walker - v2.1.1

Published by bcomnes about 3 years ago

Merged

  • Add gitignore style ignore strings #20
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 #19
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 #18
  • Bump actions/setup-node from 2.3.2 to 2.4.0 #17
  • Bump actions/setup-node from 2.3.1 to 2.3.2 #16
  • Bump actions/setup-node from 2.3.0 to 2.3.1 #15
  • Bump actions/setup-node from 2.2.0 to 2.3.0 #14
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 #13
  • Bump actions/setup-node from 2.1.5 to 2.2.0 #12
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 #11
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 #10
  • Bump tap from 14.11.0 to 15.0.1 #9
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 #7
  • Bump fastify/github-action-merge-dependabot from v1.2.0 to v1.2.1 #6
  • Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 #5
  • Bump actions/setup-node from v2.1.4 to v2.1.5 #4
  • Bump standard from 14.3.4 to 16.0.3 #3

Commits

  • Enable automation d4bc195
  • Add support for gitignore style ignore strings and arrays 079426f
  • Fix publish flow 8a10a9c
async-folder-walker - v2.0.1

Published by bcomnes almost 5 years ago

  • Internal tweaks
  • Docs updates
async-folder-walker - v2.0.0

Published by bcomnes almost 5 years ago

  • Remove ESM support. Fuggit. It simply offers zero benafits in a node env.
async-folder-walker - v1.0.0

Published by bcomnes almost 5 years ago

  • Initial release.