@beyond-js/finder
v1.0.8
Published
@beyond-js/finder is a lightweight utility that makes file discovery in Node.js projects simple and efficient. Connected to @beyond-js/watchers, it works in real time — detecting changes instantly and keeping your file queries always up to date. Ideal for
Readme
@beyond-js/finder
@beyond-js/finder is a lightweight utility that makes file discovery in Node.js projects simple and efficient. Connected to @beyond-js/watchers, it works in real time — detecting changes instantly and keeping your file queries always up to date. Ideal for build tools, live development environments, or any workflow that needs dynamic file tracking.
Modules
The package is composed of the following main modules:
- main: The core search functionality, which defines the
Finderclass. - configurable: Provides a class (
ConfigurableFinder) for dynamically reconfiguring the search. - collection: Manages a collection of items found by the
Finder. - files: A base class for handling file collections efficiently.
