hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Move scripts to Node.js `glob` #239

Closed ai closed 2 months ago

ai commented 3 months ago

In many scripts of scripts/ and web/scripts/ we use a lot of JS code to walk through the folders.

We can make code simpler by moving to glob. In Node.js there is native glob so we don’t need library for that.