<?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: Fabio C.</title>
    <description>The latest articles on DEV Community by Fabio C. (@fabio_correia15).</description>
    <link>https://dev.to/fabio_correia15</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%2F226317%2F11bbf7ac-dbae-425c-8a17-1c60d9ec47ea.png</url>
      <title>DEV Community: Fabio C.</title>
      <link>https://dev.to/fabio_correia15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fabio_correia15"/>
    <language>en</language>
    <item>
      <title>Install NodeJs and NPM using Homebrew [MacOs]</title>
      <dc:creator>Fabio C.</dc:creator>
      <pubDate>Mon, 18 Jul 2022 13:56:36 +0000</pubDate>
      <link>https://dev.to/fabio_correia15/install-nodejs-and-npm-using-homebrew-macos-4hf3</link>
      <guid>https://dev.to/fabio_correia15/install-nodejs-and-npm-using-homebrew-macos-4hf3</guid>
      <description>&lt;p&gt;To install NodeJs and NPM we gonna use Homebrew. If you already haven't installed Homebrew please check this &lt;a href="https://dev.to/fabio_correia15/how-can-i-install-homebrew-on-maos-13ld"&gt;post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is NPM?&lt;/strong&gt;&lt;br&gt;
Going straight to the point &lt;code&gt;npm&lt;/code&gt; is a command-line tool that interacts with a repository, that repository that enables the installation of packages. So, a package manager :D&lt;/p&gt;

&lt;p&gt;To install is easy as opening the terminal and run the follow  command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;brew install node
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To verify if &lt;code&gt;npm&lt;/code&gt; is already installed:&lt;br&gt;
&lt;/p&gt;

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

&lt;/div&gt;



</description>
      <category>node</category>
      <category>npm</category>
      <category>homebrew</category>
      <category>macos</category>
    </item>
    <item>
      <title>How can I install Homebrew on MaOS?</title>
      <dc:creator>Fabio C.</dc:creator>
      <pubDate>Sun, 17 Jul 2022 22:17:03 +0000</pubDate>
      <link>https://dev.to/fabio_correia15/how-can-i-install-homebrew-on-maos-13ld</link>
      <guid>https://dev.to/fabio_correia15/how-can-i-install-homebrew-on-maos-13ld</guid>
      <description>&lt;p&gt;First of all, let's understand what Homebrew is and what things he adds to our daily.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Homebrew?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Whit that we can easily install any package we are missing on our machine just using the terminal.&lt;/p&gt;

&lt;p&gt;Let's go further and install it.&lt;/p&gt;

&lt;p&gt;To install we only need to open &lt;code&gt;terminal&lt;/code&gt; and past this line&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;With the Homebrew installed to add new "things" you only need to run the command like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;brew install package-name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To know more about Homebrew visit their page &lt;a href="https://brew.sh/"&gt;here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>maco</category>
      <category>apple</category>
    </item>
  </channel>
</rss>
