Menu

Post image 1
Post image 2
1 / 2
0

I scanned 10 mobile codebases for health issues — here's what I found

DEV Community·mavoryl·25 days ago
#afJq05dL
#mobile#android#repo#repos#files#findings
Reading 0:00
15s threshold

Every mobile repo I worked on had similar problems: very large PNG images, unused asset files that nobody removed, secret files added to git years ago, gradle files that changed from default settings. So I made a small CLI that scans a mobile repo and gives it a 0–100 health score in four areas (size, speed, stability, hygiene) with 50 checks. To test the rules on real projects, I ran it on ten codebases I had on my laptop. Seven are well-known open-source projects. Three are from my own work and stay anonymous below — I will only describe them by stack ("a Flutter app", "an Android app"). npx mobile-repo-doctor scan ./your-repo Enter fullscreen mode Exit fullscreen mode Everything runs locally. Your code, file paths, and scan results never leave your machine. No account, no login, no telemetry. The CLI is one npm package. If you don't trust me, the npm bundle is a single file you can read.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More