@a73/get-all-files-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

get-all-files-ts

A blazing fast recursive directory crawler with lazy sync and async iterator support made in TypeScript.

Forked from https://github.com/TomerAberbach/get-all-files

This version differs from original version in:

  • files are now typeScript native*.ts
  • more types added.
  • added XO as linter.
  • removed Ava testing framework in favor of jest as testing framework.
  • Added new tests.
  • Added jsDoc on private and public functions.

Install

$ npm i @a73/get-all-files-ts

Usage

Please visit documentation at get-all-files-ts github pages to see examples of its use.

Documentation

This library is using typedoc. A documentation generator for TypeScript projects, similar to jsDoc but for TypeScript files.

You can find it on /docs folder or just visit documentation online at https://area73.github.io/get-all-files-ts/

Contributing

Stars are always welcome!

For bugs and feature requests, please create an issue.

License

MIT © Rodrigo Erades

Package Sidebar

Install

npm i @a73/get-all-files-ts

Weekly Downloads

6

Version

1.0.1

License

MIT

Unpacked Size

13.8 kB

Total Files

6

Last publish

Collaborators

  • rerades