<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abhi</title>
    <description>The latest articles on DEV Community by Abhi (@abhiyoheswaran).</description>
    <link>https://dev.to/abhiyoheswaran</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3819099%2Ffbd3d0ea-d100-4394-b157-27a76015c19e.png</url>
      <title>DEV Community: Abhi</title>
      <link>https://dev.to/abhiyoheswaran</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhiyoheswaran"/>
    <language>en</language>
    <item>
      <title>I built projscan - a CLI that gives you instant codebase insights for any repo</title>
      <dc:creator>Abhi</dc:creator>
      <pubDate>Wed, 11 Mar 2026 22:19:01 +0000</pubDate>
      <link>https://dev.to/abhiyoheswaran/i-built-projscan-a-cli-that-gives-you-instant-codebase-insights-for-any-repo-4pe5</link>
      <guid>https://dev.to/abhiyoheswaran/i-built-projscan-a-cli-that-gives-you-instant-codebase-insights-for-any-repo-4pe5</guid>
      <description>&lt;p&gt;Every time I clone a new repo, join a new team, or revisit an old project, I waste 10-30 minutes figuring out: What language? What framework? Is there linting? Testing? What's the project structure? Are the dependencies healthy?&lt;/p&gt;

&lt;p&gt;So I built projscan - a single command that answers all of that in under 2 seconds.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fprim6zlfg6n4rd9lqw5k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fprim6zlfg6n4rd9lqw5k.png" alt=" " width="572" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detects languages, frameworks, and package managers&lt;/li&gt;
&lt;li&gt;Scores project health (A-F grade)&lt;/li&gt;
&lt;li&gt;Finds security issues (exposed secrets, vulnerable patterns)&lt;/li&gt;
&lt;li&gt;Shows directory structure and language breakdown&lt;/li&gt;
&lt;li&gt;Auto-fixes common issues (missing .editorconfig, prettier, etc.)&lt;/li&gt;
&lt;li&gt;CI gate mode - fail builds if health drops below a threshold&lt;/li&gt;
&lt;li&gt;Baseline diffing - track health over time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quick start:&lt;br&gt;
&lt;code&gt;npm install -g projscan&lt;br&gt;
projscan&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Other commands (but there are more, you can run --help to see all of them):&lt;br&gt;
&lt;code&gt;projscan doctor      # Health check&lt;br&gt;
projscan fix         # Auto-fix issues&lt;br&gt;
projscan ci          # CI health gate&lt;br&gt;
projscan explain src/app.ts  # Explain a file&lt;br&gt;
projscan diagram     # Architecture map&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;It's open source (MIT): github.com/abhiyoheswaran1/projscan&lt;br&gt;
npm: npmjs.com/package/projscan&lt;/p&gt;

&lt;p&gt;Would love feedback. What features would make this more useful for your workflow?&lt;/p&gt;

</description>
      <category>cli</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
