sequelize /
sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i.
Loading repository data…
Gustabolou / repository
Modern Node.js File System Scanner A lightweight, recursive directory scanner that lists files by extension (e.g., .html, .js), ignores .git/node_modules, and uses modern ES Modules (import/export) with async/await. Perfect for automation scripts and CLI tools.
A recursive, async file scanner built with Node.js. Lists files by extension while ignoring directories like .git and node_modules.
✅ Recursive directory traversal
✅ Extension filtering (e.g., .html, .js)
✅ Ignores .git, node_modules, and other configurable folders
✅ 100% async/await (uses node:fs/promises)
✅ Cross-platform path handling (node:path)
✅ Error handling with .catch()
git clone https://github.com/Gustabolou/file-system-scanner.git
cd file-system-scanner
npm install
node index.js --dir="./projects" --ext=".html"
| Flag | Description | Default |
|---|---|---|
--dir | Root directory to scan | Current dir (.) |
--ext | File extension to match | .html |
file-system-scanner/
├── index.js # Main script
├── package.json # Project config
└── README.md # You're here!
fs/promises for non-blocking opsimport/export syntaxPRs welcome! Open an issue first to discuss changes.
MIT © Gustavo Sales
Selected from shared topics, language and repository description—not editorial ratings.
sequelize /
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i.
NodeBB /
Node.js based forum software built for the modern web
metachris /
A modern TypeScript project setup, for Node.js and browsers
MrRefactoring /
Modern Jira REST API client for JavaScript & TypeScript — Jira Cloud API v2/v3, Agile & Service Desk. Type-safe, tree-shakable, works in Node.js and browsers (ESM/CJS).
sutandojs /
Sutando is a modern Node.js ORM, like Laravel Eloquent.
zero-archive /
A modern, minimalist, and lightweight URL shortener using Node.js and Redis