2.3.0 • Published 6 months ago

simple-folder-search v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Simple Folder Search

Simple Folder Search is a package that provides a simple way to search for files within a folder. It is designed to be easy to use and integrate into your projects.

Installation

To install the package, use the following command:

npm install simple-folder-search

You can also install it using yarn:

yarn add simple-folder-search

Usage

Here is a basic example of how to use the package:

const { simpleFolderSearch } = require('simple-folder-search');

const results = await simpleFolderSearch('./music', ['.mp3', '.wav'], 'my song', { minimumScore: 0.6 });
console.log(results);

For more detailed usage and advanced options, please refer to the Usage Documentation.

Documentation

For detailed documentation, please refer to the following files:

License

This project is licensed under the MIT License.

2.3.0

6 months ago

2.2.0

6 months ago

2.0.0

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago