<?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: Ian Derrington</title>
    <description>The latest articles on DEV Community by Ian Derrington (@ian_derrington_35b561bb3d).</description>
    <link>https://dev.to/ian_derrington_35b561bb3d</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%2F3815623%2F851a1c9f-f8c0-49b6-bd9b-a75a425d5884.png</url>
      <title>DEV Community: Ian Derrington</title>
      <link>https://dev.to/ian_derrington_35b561bb3d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ian_derrington_35b561bb3d"/>
    <language>en</language>
    <item>
      <title>Repotype: Linting for Your Repository Structure</title>
      <dc:creator>Ian Derrington</dc:creator>
      <pubDate>Wed, 11 Mar 2026 17:55:12 +0000</pubDate>
      <link>https://dev.to/ian_derrington_35b561bb3d/repotype-linting-for-your-repository-structure-30kl</link>
      <guid>https://dev.to/ian_derrington_35b561bb3d/repotype-linting-for-your-repository-structure-30kl</guid>
      <description>&lt;p&gt;ESLint checks your code. Prettier formats it. But nothing checks your repo structure.&lt;/p&gt;

&lt;p&gt;I kept reviewing AI-agent creations where the code compiled and was tested, documentation may have been there - but it was a MESS. Files were in the wrong folder, naming conventions were broken, random markdowns, scripts, and files were laying about like kid who never cleans their room. &lt;/p&gt;

&lt;p&gt;So I built Repotype.&lt;/p&gt;

&lt;p&gt;npx repotype validate .&lt;/p&gt;

&lt;p&gt;It validates folder structure, file naming (kebab-case enforcement), documentation frontmatter, and content policies (secret detection, forbidden patterns). Config is a simple YAML file. There's also an autofix command for some issues.&lt;/p&gt;

&lt;p&gt;MIT licensed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/supernalintelligence/repotype" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/repotype" rel="noopener noreferrer"&gt;npm&lt;/a&gt;&lt;br&gt;
&lt;a href="https://supernalintelligence.github.io/repotype/" rel="noopener noreferrer"&gt;Docs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devtools</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
