Most teams don't know how many feature flags are in their codebase.
They know they have some. They think they cleaned up most. They're not sure about the rest.
One command changes that:
npx flaglint audit ./src
Enter fullscreen mode
Most teams don't know how many feature flags are in their codebase. They know they have some. They...
Most teams don't know how many feature flags are in their codebase.
They know they have some. They think they cleaned up most. They're not sure about the rest.
One command changes that:
npx flaglint audit ./src
Enter fullscreen mode

We’ve all been there: running a dependency audit, seeing a tool report 100 "unused" files, and...

The codebase had 2 years of feature PRs and zero security audits. In 30 minutes, a fresh ESLint run surfaced 6 distinct…

A few weeks back I inherited an old Node.js project and spent half a day grepping package.json trying...

A practical framework for auditing your codebase's technical debt — written for founders who can't read the code but need to make…

How a student developer built a provider-agnostic, sandbox-safe CLI tool that scans repos...

I built a CLI that scans codebases — stack detection, dependency mapping, convention analysis,...