<?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: Agustín Rodríguez</title>
    <description>The latest articles on DEV Community by Agustín Rodríguez (@agurodriguez).</description>
    <link>https://dev.to/agurodriguez</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%2F92872%2Fe553a48a-a192-4b12-b6d6-edffcd7e74b1.jpg</url>
      <title>DEV Community: Agustín Rodríguez</title>
      <link>https://dev.to/agurodriguez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/agurodriguez"/>
    <language>en</language>
    <item>
      <title>bashme, the first command line interface about you</title>
      <dc:creator>Agustín Rodríguez</dc:creator>
      <pubDate>Thu, 06 Dec 2018 15:29:58 +0000</pubDate>
      <link>https://dev.to/agurodriguez/bashme-the-first-command-line-interface-about-you-3oc0</link>
      <guid>https://dev.to/agurodriguez/bashme-the-first-command-line-interface-about-you-3oc0</guid>
      <description>&lt;p&gt;Hi! This is my first post. I'm very happy to be able to share something with the community after some time reading a lot of wonderful posts.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/agurod42" rel="noopener noreferrer"&gt;
        agurod42
      &lt;/a&gt; / &lt;a href="https://github.com/agurod42/bashme" rel="noopener noreferrer"&gt;
        bashme
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      👨‍💻👩‍💻 The first command line interface about you
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;bashme&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Bashme is a library which provides a nerdy way to tell people about you. It was created with the intention to use it as a resumé replacement but I it can have other use cases. It aims to be customizable, extensible and easy to use.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Demo&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Play with it in my personal website: &lt;a href="http://agurodriguez.net" rel="nofollow noopener noreferrer"&gt;http://agurodriguez.net&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Getting Started&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Install it:&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;npm install bashme
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Use it:&lt;/p&gt;
&lt;div class="highlight highlight-source-js notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-k"&gt;var&lt;/span&gt; &lt;span class="pl-s1"&gt;bashme&lt;/span&gt; &lt;span class="pl-c1"&gt;=&lt;/span&gt; &lt;span class="pl-k"&gt;new&lt;/span&gt; &lt;span class="pl-v"&gt;Bashme&lt;/span&gt;&lt;span class="pl-kos"&gt;.&lt;/span&gt;&lt;span class="pl-c1"&gt;Bashme&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;;&lt;/span&gt;
&lt;span class="pl-s1"&gt;bashme&lt;/span&gt;&lt;span class="pl-kos"&gt;.&lt;/span&gt;&lt;span class="pl-en"&gt;use&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-k"&gt;new&lt;/span&gt; &lt;span class="pl-v"&gt;Bashme&lt;/span&gt;&lt;span class="pl-kos"&gt;.&lt;/span&gt;&lt;span class="pl-c1"&gt;GitHub&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-s"&gt;'agurodriguez'&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;;&lt;/span&gt;
&lt;span class="pl-s1"&gt;bashme&lt;/span&gt;&lt;span class="pl-kos"&gt;.&lt;/span&gt;&lt;span class="pl-en"&gt;show&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-smi"&gt;document&lt;/span&gt;&lt;span class="pl-kos"&gt;.&lt;/span&gt;&lt;span class="pl-en"&gt;querySelector&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-s"&gt;'#bashme'&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;Full code in &lt;a href="https://github.com/agurod42/bashmeexample" rel="noopener noreferrer"&gt;example&lt;/a&gt; folder.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you use react, you can try &lt;a href="https://github.com/agurodriguez/react-bashme" rel="noopener noreferrer"&gt;react-bashme&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;A bit into the code&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;The &lt;code&gt;Bashme&lt;/code&gt; instance&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;&lt;code&gt;Bashme&lt;/code&gt; is the main class which acts as library's entry point. It's reponsible for processing the input/output from/to the terminal and for running the tasks related to every given…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/agurod42/bashme" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;It would be awesome to hear your feedback and know if you find it useful and how it can be improved.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>cv</category>
      <category>resume</category>
      <category>typescript</category>
      <category>xtermjs</category>
    </item>
  </channel>
</rss>
