added content to 106-chokidar.md (#2678)
parent
a66e5fbce3
commit
2c4ee13552
1 changed files with 2 additions and 3 deletions
@ -1,7 +1,6 @@ |
||||
# 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> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/chokidar'>Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/@ashusingh584/chokidar-11290855e2cb'>Guide</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/chokidar'>NPM Docs</BadgeLink> |
||||
|
Loading…
Reference in new issue