<?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: Thiago Esmerio Fernandes</title>
    <description>The latest articles on DEV Community by Thiago Esmerio Fernandes (@hsthzz).</description>
    <link>https://dev.to/hsthzz</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%2F3818677%2Fd5a98e13-a538-4c82-a33b-3820d0523692.jpeg</url>
      <title>DEV Community: Thiago Esmerio Fernandes</title>
      <link>https://dev.to/hsthzz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hsthzz"/>
    <language>en</language>
    <item>
      <title>I got tired of configuring tsconfig and Docker every time I start a Node project, so I built my own CLI</title>
      <dc:creator>Thiago Esmerio Fernandes</dc:creator>
      <pubDate>Wed, 11 Mar 2026 15:29:29 +0000</pubDate>
      <link>https://dev.to/hsthzz/i-got-tired-of-configuring-tsconfig-and-docker-every-time-i-start-a-node-project-so-i-built-my-own-3kbm</link>
      <guid>https://dev.to/hsthzz/i-got-tired-of-configuring-tsconfig-and-docker-every-time-i-start-a-node-project-so-i-built-my-own-3kbm</guid>
      <description>&lt;p&gt;Every time I start a new Node.js backend project I end up configuring the same things again and again:&lt;/p&gt;

&lt;p&gt;TypeScript, folder structure, database setup, Docker, error handling, scripts...&lt;/p&gt;

&lt;p&gt;So I decided to build a small CLI to automate that process.&lt;/p&gt;

&lt;p&gt;It's called &lt;strong&gt;create-backend-api&lt;/strong&gt; and it scaffolds a production-ready Node.js backend using DDD and Clean Architecture.&lt;/p&gt;

&lt;p&gt;I already did 3 templates at this momment, with the stacks that i use the most:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Express or Fastify&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;TypeORM&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;PostgreSQL&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The CLI generates a clean project structure with base entities, repositories, controllers and centralized error handling.&lt;/p&gt;

&lt;p&gt;Right now it only has 3 templates but I'm planning to add more soon.&lt;/p&gt;

&lt;p&gt;You can test it with:&lt;/p&gt;

&lt;p&gt;npx create-backend-api create&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/HSThzz" rel="noopener noreferrer"&gt;https://github.com/HSThzz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Npm: &lt;a href="https://www.npmjs.com/package/create-backend-api" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/create-backend-api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd really appreciate feedback from other Node developers.&lt;/p&gt;

</description>
      <category>backend</category>
      <category>cli</category>
      <category>node</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
