simple-folder-search
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

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.

/simple-folder-search/

    Package Sidebar

    Install

    npm i simple-folder-search

    Weekly Downloads

    3

    Version

    2.3.0

    License

    MIT

    Unpacked Size

    30.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • itsmaat