Skip to content

Instantly share code, notes, and snippets.

View KevLehman's full-sized avatar
🧱
Are we human? Or are we dancers?

Kevin Aleman KevLehman

🧱
Are we human? Or are we dancers?
View GitHub Profile
@tassoevan
tassoevan / stats.mjs
Last active November 22, 2023 20:45
ZX Script to compute the conversion ratio of the TypeScript migration on Rocket.Chat's main repo
#!/usr/bin/env zx
console.log("Fetching stats...");
const files = await globby(["**/*.{js,jsx,ts,tsx}", "!apps/meteor/tests/**/*"], {
onlyFiles: true,
followSymbolicLinks: false,
gitignore: true,
});