<?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: wyndev</title>
    <description>The latest articles on DEV Community by wyndev (@wyndev).</description>
    <link>https://dev.to/wyndev</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%2F720181%2F0f11e32a-8a10-4209-ad49-a5745e41d7f5.gif</url>
      <title>DEV Community: wyndev</title>
      <link>https://dev.to/wyndev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wyndev"/>
    <language>en</language>
    <item>
      <title>Convert your website into EXE file using Node.JS/NPM/Electron</title>
      <dc:creator>wyndev</dc:creator>
      <pubDate>Tue, 11 Jan 2022 12:06:58 +0000</pubDate>
      <link>https://dev.to/wyndev/convert-your-website-into-exe-file-using-nodejs-2nkg</link>
      <guid>https://dev.to/wyndev/convert-your-website-into-exe-file-using-nodejs-2nkg</guid>
      <description>&lt;p&gt;Hey guys 😁, today I'm going to show you how to convert your website link into an exe file.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Download Node.js.&lt;/li&gt;
&lt;li&gt;When you are downloading, make sure you click the button "Add to PATH", and then you are ready to install.&lt;/li&gt;
&lt;li&gt;Open cmd and type npm install -g nativefier.&lt;/li&gt;
&lt;li&gt;Wait until the installation is finished.&lt;/li&gt;
&lt;li&gt;After that, type like this: nativefier --name "Your App Name" "myapp.com".&lt;/li&gt;
&lt;li&gt;Wait until the converting is finished, and go to C:/Users/[YourUsername]. Search for a folder with the name "yourappname-win32".&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you encountered any problems, feel free to ask. I'm going to answer as fast as I can.&lt;/p&gt;

</description>
      <category>node</category>
      <category>electron</category>
      <category>tutorial</category>
      <category>npm</category>
    </item>
  </channel>
</rss>
