UNPKG

@allurereport/directory-watcher

Version:

File system watcher for directories

26 lines (17 loc) 1.18 kB
# Directory Watcher [<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report") - Learn more about Allure Report at https://allurereport.org - 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report - ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community - 📢 [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – be in touch with the latest updates - 💬 [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community --- ## Overview Directory Watcher is an utility to track file system changes which supports wildcard patterns. ## Install Use your favorite package manager to install the package: ```shell npm add @allurereport/directory-watcher yarn add @allurereport/directory-watcher pnpm add @allurereport/directory-watcher ```