Elektrine lite

← Feed

@aral@mastodon.ar.al

Post #4245549

2026-07-30 15:15 UTC

Hey folks, can you help me out with a little something: trying to come up with a good number of files limit for a file scan (for Kitten so you don’t hit heap memory limits if you run it from the wrong directory by mistake) and I’d love some statistics from real JavaScript/TypeScript Node.js projects of the number of files in them (excluding .git and node_modules). Would you be kind enough to run the following command in Terminal in your largest projects and let me know what number your get (along with a short description of the project): find . \( -name "node_modules" -o -name ".git" \) -prune -o -print | wc -l Thank you :) #Kitten #SmallWeb #SmallTech #NodeJS #web #dev #stats #helpWanted

Replies (0)

No replies.