From 5b180e2597fa26b5e5357c054a53bfada14305b1 Mon Sep 17 00:00:00 2001 From: Nikita Monastyrskiy Date: Fri, 10 Feb 2023 20:10:39 +0200 Subject: [PATCH] Add content to globby (#3432) --- .../105-nodejs-working-with-files/104-globby.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/104-globby.md b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/104-globby.md index 30fd834bd..546fe52f1 100644 --- a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/104-globby.md +++ b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/104-globby.md @@ -1 +1,10 @@ -# Globby \ No newline at end of file +# Globby + +_User-friendly glob matching_ + +Based on fast-glob but adds a bunch of useful features. + +Visit the following resources to learn more: + +- [NPM Globby](https://www.npmjs.com/package/globby) +- [Github Globby](https://github.com/sindresorhus/globby)