<?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: Antonio Mares</title>
    <description>The latest articles on DEV Community by Antonio Mares (@luis0antonio55).</description>
    <link>https://dev.to/luis0antonio55</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4029433%2Fc0af9d17-838f-4911-a94d-f58bbcd93c5e.jpg</url>
      <title>DEV Community: Antonio Mares</title>
      <link>https://dev.to/luis0antonio55</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luis0antonio55"/>
    <language>en</language>
    <item>
      <title>How a frustrating school project led me to build my first CLI tool.</title>
      <dc:creator>Antonio Mares</dc:creator>
      <pubDate>Wed, 15 Jul 2026 02:39:22 +0000</pubDate>
      <link>https://dev.to/luis0antonio55/how-a-frustrating-school-project-led-me-to-build-my-first-cli-tool-je4</link>
      <guid>https://dev.to/luis0antonio55/how-a-frustrating-school-project-led-me-to-build-my-first-cli-tool-je4</guid>
      <description>&lt;p&gt;We’ve all been there. You have a project completely finished, beautifully structured into folders, and at the very last minute, the requirements say: "Please attach code screenshots to the final report." 🙄&lt;/p&gt;

&lt;p&gt;I went online to find a tool, and every single option required the same tedious loop:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open a website.&lt;/li&gt;
&lt;li&gt;Copy the code from file #1.&lt;/li&gt;
&lt;li&gt;Paste it.&lt;/li&gt;
&lt;li&gt;Generate the image.&lt;/li&gt;
&lt;li&gt;Download it.&lt;/li&gt;
&lt;li&gt;Repeat for file #2, file #3, file #4...&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Even the local tools I found simply spun up a local GUI to make you do the exact same manual copy-paste routine. It felt so incredibly inefficient that I decided to automate it.&lt;/p&gt;

&lt;p&gt;That’s how SyntaxShot was born a CLI tool that generates beautiful, syntax-highlighted code screenshots straight from your terminal. With a single command, you can capture a single file, multiple specific files, or recursively scan entire folders while preserving your directory structure.  &lt;/p&gt;

&lt;p&gt;A quick note on honesty: Yes, I used AI to help build this, but I made sure to read, understand, and double-check every single line of code it generated. Ultimately, my goal isn't to get rich (in fact, the free tier is very generous and I don't expect anyone to pay) it’s about learning how to build, launch, and maintain a real-world service.  &lt;/p&gt;

&lt;p&gt;It's built using Vite, React, Shiki, and @napi-rs/canvas (which means absolutely zero painful native dependencies to compile!). Feel free to try it out. I'm completely open to all kinds of feedback—constructive criticism, brutal honesty, or technical pointers. It all helps me learn!&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://syntaxshot.dev" rel="noopener noreferrer"&gt;https://syntaxshot.dev&lt;/a&gt;&lt;br&gt;
📦 npm i syntaxshot-cli&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftofvb197wbjlilzghwuw.gif" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftofvb197wbjlilzghwuw.gif" alt="Single file." width="800" height="450"&gt;&lt;/a&gt;&lt;br&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsd2ih6sxv2alze5j6ryc.gif" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsd2ih6sxv2alze5j6ryc.gif" alt="Full folder" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
