1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

added content to 106-chokidar.md (#2678)

This commit is contained in:
SURAJ39
2022-10-22 02:56:30 +05:30
committed by GitHub
parent a66e5fbce3
commit 2c4ee13552

View File

@@ -1,7 +1,6 @@
# Chokidar # Chokidar
Minimal and efficient cross-platform file watching library Chokidar is a fast open-source file watcher for node. js. You give it a bunch of files, it watches them for changes and notifies you every time an old file is edited; or a new file is created.
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/chokidar'>Official Website</BadgeLink> <BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/chokidar'>NPM Docs</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/@ashusingh584/chokidar-11290855e2cb'>Guide</BadgeLink>