<?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: Andres2803</title>
    <description>The latest articles on DEV Community by Andres2803 (@adccodes).</description>
    <link>https://dev.to/adccodes</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%2F1868481%2Fc6ebc3c9-4eaf-4c64-b31d-bd88a40bec40.png</url>
      <title>DEV Community: Andres2803</title>
      <link>https://dev.to/adccodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adccodes"/>
    <language>en</language>
    <item>
      <title>Check out my new tool for cli to automate your npm</title>
      <dc:creator>Andres2803</dc:creator>
      <pubDate>Tue, 24 Mar 2026 23:52:23 +0000</pubDate>
      <link>https://dev.to/adccodes/check-out-my-new-tool-for-cli-to-automate-your-npm-1g3d</link>
      <guid>https://dev.to/adccodes/check-out-my-new-tool-for-cli-to-automate-your-npm-1g3d</guid>
      <description>&lt;p&gt;&lt;strong&gt;I built a CLI that remembers your stack preferences so you never configure the same project twice&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://dev.tourl"&gt;github.com/AndresDeC/stackr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every time I started a new project I had to set up the same things: Next.js + Prisma + Auth.js + ESLint + Docker... over and over. So I built Stackr to fix that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First run — it asks you what you want:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;◆ Stackr — scaffold your stack, your way&lt;/p&gt;

&lt;p&gt;? Project name: my-app&lt;/p&gt;

&lt;p&gt;? Framework: Next.js&lt;/p&gt;

&lt;p&gt;? Database: Prisma + PostgreSQL&lt;/p&gt;

&lt;p&gt;? Auth: Auth.js&lt;/p&gt;

&lt;p&gt;? Testing: Vitest&lt;/p&gt;

&lt;p&gt;? Extras: ESLint + Prettier, GitHub Actions&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
**Second run — it remembers:**

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;? Project name: another-app&lt;/p&gt;

&lt;p&gt;? Stack setup:&lt;/p&gt;

&lt;p&gt;❯ Same as before (Next.js + Prisma + PostgreSQL + Auth.js + Vitest)&lt;/p&gt;

&lt;p&gt;Different stack&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;


**What it generates:**

- Clean project structure, no demo clutter (unlike create-next-app)

- .env.example with the right variables pre-filled

- Docker, GitHub Actions CI, Husky if you want them

- Preferences saved in ~/.stackr/config.json — local, no accounts, no cloud

**Supports:** Next.js, Express API, Node.js CLI tools

It's open source and on npm:
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>opensource</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
