<?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: Ryan Anderson</title>
    <description>The latest articles on DEV Community by Ryan Anderson (@randerson_112).</description>
    <link>https://dev.to/randerson_112</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%2F3873815%2Fcabc69c2-5e16-4119-994d-a97887a1135c.png</url>
      <title>DEV Community: Ryan Anderson</title>
      <link>https://dev.to/randerson_112</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/randerson_112"/>
    <language>en</language>
    <item>
      <title>New Build Tool for C/C++</title>
      <dc:creator>Ryan Anderson</dc:creator>
      <pubDate>Sat, 11 Apr 2026 16:44:23 +0000</pubDate>
      <link>https://dev.to/randerson_112/new-build-tool-for-cc-5hfe</link>
      <guid>https://dev.to/randerson_112/new-build-tool-for-cc-5hfe</guid>
      <description>&lt;p&gt;I've been frustrated by the same problem every C/C++ developer knows too well: you have a great idea, you sit down to code, but end up wrestling with CMake. 😤 &lt;/p&gt;

&lt;p&gt;So I built something to solve it. 🔧 &lt;/p&gt;

&lt;p&gt;🚀 Craft - a lightweight build tool for C and C++. Think Cargo, but for C/C++. You describe your project in a simple craft.toml file and Craft handles the rest.&lt;/p&gt;

&lt;p&gt;No more manual CMakeLists.txt.&lt;br&gt;
No more struggling to link dependencies.&lt;/p&gt;

&lt;p&gt;Below I have put together a short demo where I show how to go from zero to a running a project in seconds. ⚡ But that's just the beginning, Craft also handles:&lt;/p&gt;

&lt;p&gt;📦 Dependency management (craft add, craft remove, craft update)&lt;br&gt;
🧩 Custom project templates&lt;br&gt;
🌐 A package registry for popular C/C++ libraries&lt;br&gt;
⚒️ Adopting existing projects with craft init&lt;br&gt;
💻 Cross-platform support for macOS, Linux, and Windows&lt;/p&gt;

&lt;p&gt;This started as a personal tool to speed up my own workflow. It's now at v1.0 and I'm opening it up to the community. 🎉 &lt;/p&gt;

&lt;p&gt;If you write C or C++ and have ever wanted a smoother developer experience, give Craft a try.&lt;/p&gt;

&lt;p&gt;💬 Feedback is encouraged, and if you want to help boost development, feel free to make pull requests!&lt;/p&gt;

&lt;p&gt;GitHub Repo:&lt;br&gt;
🔗 &lt;a href="https://github.com/randerson112/craft" rel="noopener noreferrer"&gt;https://github.com/randerson112/craft&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>c</category>
      <category>cpp</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
