1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

feat: add content for fs-extra node for Node.js Roadmap (#2635)

* docs: added content for fs-extra

* feat: added content for nodejs > working-with-files > chokidar

* Update content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/105-fs-extra.md

* Update content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/106-chokidar.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Kaushal Rathi 2022-10-21 20:36:20 +05:30 committed by GitHub
parent 1603d815e9
commit 5687283568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1,6 @@
# Fs extra
# fs-extra
fs-extra adds file system methods that aren't included in the native fs module and adds promise support to the fs methods. It also uses graceful-fs to prevent EMFILE errors. It should be a drop in replacement for fs.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.npmjs.com/package/fs-extra'>Official Website</BadgeLink>

View File

@ -1 +1,7 @@
# Chokidar
# Chokidar
Minimal and efficient cross-platform file watching library
<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>