Skip to content

Instantly share code, notes, and snippets.

View Dave-lab12's full-sized avatar
🐲
Building something awesome

Dawit Mekonnen Dave-lab12

🐲
Building something awesome
View GitHub Profile
// node collect-code.js [paths-to-ignore...]
import { readFileSync, writeFileSync, readdirSync, statSync } from 'fs';
import { join, relative, extname } from 'path';
const rootDir = process.cwd();
const output = [];
const ignore = [
'node_modules',
'dist',