<?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: Kabiru Mwenja</title>
    <description>The latest articles on DEV Community by Kabiru Mwenja (@akabiru).</description>
    <link>https://dev.to/akabiru</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%2F34317%2Fad05aa75-0810-47c5-85ec-b94c0fb8fcf4.jpg</url>
      <title>DEV Community: Kabiru Mwenja</title>
      <link>https://dev.to/akabiru</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akabiru"/>
    <language>en</language>
    <item>
      <title>Look up faker methods on your terminal</title>
      <dc:creator>Kabiru Mwenja</dc:creator>
      <pubDate>Mon, 13 Aug 2018 21:13:51 +0000</pubDate>
      <link>https://dev.to/akabiru/look-up-faker-methods-on-your-terminal-2p7f</link>
      <guid>https://dev.to/akabiru/look-up-faker-methods-on-your-terminal-2p7f</guid>
      <description>&lt;p&gt;I'm a huge fan of the &lt;a href="https://github.com/stympy/faker"&gt;Faker Gem&lt;/a&gt; and I use it everywhere. However, sometimes I find myself digging through Faker's ReadMe &lt;em&gt;(which is brilliant btw)&lt;/em&gt; when I'm unsure of a method's namespace or I'm just not sure what's available. &lt;/p&gt;

&lt;p&gt;I've always wished I had some way to search faker at the comfort of my terminal.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Well... &lt;code&gt;gem install fakerbot&lt;/code&gt;! 😉&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://github.com/akabiru/fakerbot"&gt;fakerbot&lt;/a&gt; is a cli tool that does just that. It reflects &lt;a href="https://github.com/stympy/faker"&gt;faker's&lt;/a&gt; object space exposing lookup &amp;amp; listing functionality.&lt;/p&gt;

&lt;p&gt;Enough talk, let's see it in action.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;fakebot search number &lt;span class="nt"&gt;-v&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iCG85ks7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/w6qas7os5aydm4mnvec0.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iCG85ks7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/w6qas7os5aydm4mnvec0.jpg" alt=""&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;fakerbot list
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SLJROOQs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7fk2yvzsutsi7pj4a8rn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SLJROOQs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7fk2yvzsutsi7pj4a8rn.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;More &lt;a href="https://github.com/akabiru/fakerbot#usage"&gt;Usage instructions&lt;/a&gt; can be found on the ReadMe.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If this looks like something that interests you, don't by shy! Please drop by the &lt;a href="https://github.com/akabiru/fakerbot#usage"&gt;repo&lt;/a&gt; , contribute, suggest a feature, add tests, ✨ e.t.c.&lt;/p&gt;

&lt;p&gt;My hope is that this tool makes your DEV life a tad easier as it has mine. Cheers! 🍺&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rails</category>
      <category>faker</category>
      <category>fakerbot</category>
    </item>
  </channel>
</rss>
