<?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: S.Shanmukha Sai reddy</title>
    <description>The latest articles on DEV Community by S.Shanmukha Sai reddy (@sshanmukha_saireddy_486).</description>
    <link>https://dev.to/sshanmukha_saireddy_486</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%2F3535154%2F50ca5dc4-2406-46f6-bcbc-3224f163de9b.png</url>
      <title>DEV Community: S.Shanmukha Sai reddy</title>
      <link>https://dev.to/sshanmukha_saireddy_486</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sshanmukha_saireddy_486"/>
    <language>en</language>
    <item>
      <title>🛠️ Introducing reusepkg: Reuse Node.js Packages Across Projects 🚀</title>
      <dc:creator>S.Shanmukha Sai reddy</dc:creator>
      <pubDate>Sun, 28 Sep 2025 11:52:39 +0000</pubDate>
      <link>https://dev.to/sshanmukha_saireddy_486/introducing-reusepkg-reuse-nodejs-packages-across-projects-4124</link>
      <guid>https://dev.to/sshanmukha_saireddy_486/introducing-reusepkg-reuse-nodejs-packages-across-projects-4124</guid>
      <description>&lt;p&gt;Every time we start a new Node.js project, we re-install the same packages again and again.&lt;/p&gt;

&lt;p&gt;Disk space wasted 📂&lt;/p&gt;

&lt;p&gt;Bandwidth wasted 🌐&lt;/p&gt;

&lt;p&gt;Setup time wasted ⏳&lt;/p&gt;

&lt;p&gt;I got tired of this, so I built reusepkg&lt;br&gt;
 🎉&lt;/p&gt;

&lt;p&gt;💡 What it does&lt;/p&gt;

&lt;p&gt;Instead of duplicating node_modules for every project, reusepkg creates symlinks to packages you already have.&lt;/p&gt;

&lt;p&gt;Saves 50–80% disk space&lt;/p&gt;

&lt;p&gt;Speeds up project setup ⚡&lt;/p&gt;

&lt;p&gt;Works across Windows, macOS, Linux&lt;/p&gt;

&lt;p&gt;🔑 Features&lt;/p&gt;

&lt;p&gt;✅ Smart registry to track package locations&lt;br&gt;
✅ Intelligent package discovery (uses existing before installing new)&lt;br&gt;
✅ Beautiful CLI with emojis 🎨&lt;br&gt;
✅ Detect &amp;amp; fix broken symlinks (reusepkg doctor)&lt;br&gt;
✅ Clean up unused packages (reusepkg clean)&lt;/p&gt;

&lt;p&gt;📦 Quick Start&lt;br&gt;
npm install -g reusepkg&lt;/p&gt;

&lt;p&gt;reusepkg install express&lt;br&gt;
reusepkg link&lt;br&gt;
reusepkg doctor&lt;/p&gt;

&lt;p&gt;📊 Example Impact&lt;/p&gt;

&lt;p&gt;Installed express once in Project A.&lt;/p&gt;

&lt;p&gt;Started Project B, ran reusepkg link → boom 💥 symlink created, no re-download, no duplication.&lt;/p&gt;

&lt;p&gt;🙌 Why I Built This&lt;/p&gt;

&lt;p&gt;It started as a small annoyance ("why am I downloading express for the 100th time?").&lt;br&gt;
Now it’s a tool that can save real time and resources for any Node.js developer.&lt;/p&gt;

&lt;p&gt;👉 Try it out: &lt;a href="https://www.npmjs.com/package/reusepkg" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/reusepkg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 Contribute: &lt;a href="https://github.com/shanmukhasaireddy13/reusepkg" rel="noopener noreferrer"&gt;https://github.com/shanmukhasaireddy13/reusepkg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Made with ❤️ for the Node.js community.&lt;/p&gt;

</description>
      <category>tooling</category>
      <category>npm</category>
      <category>node</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
