<?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: Ilya Revenko</title>
    <description>The latest articles on DEV Community by Ilya Revenko (@irevenko).</description>
    <link>https://dev.to/irevenko</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%2F518347%2F6102367c-ae2c-4e15-9acb-b6e11bbc9b91.jpeg</url>
      <title>DEV Community: Ilya Revenko</title>
      <link>https://dev.to/irevenko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/irevenko"/>
    <language>en</language>
    <item>
      <title>GitHub stats in your terminal </title>
      <dc:creator>Ilya Revenko</dc:creator>
      <pubDate>Mon, 22 Mar 2021 15:31:37 +0000</pubDate>
      <link>https://dev.to/irevenko/github-stats-in-your-terminal-5ca3</link>
      <guid>https://dev.to/irevenko/github-stats-in-your-terminal-5ca3</guid>
      <description>&lt;p&gt;Source code: &lt;a href="https://github.com/irevenko/octotui"&gt;https://github.com/irevenko/octotui&lt;/a&gt;&lt;br&gt;
Made with GoLang and GitHub API (GraphQL &amp;amp; REST)&lt;br&gt;
You can search for users and organizations stats&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>go</category>
      <category>github</category>
    </item>
    <item>
      <title>CLI for Finding Anime By Image</title>
      <dc:creator>Ilya Revenko</dc:creator>
      <pubDate>Wed, 20 Jan 2021 19:44:40 +0000</pubDate>
      <link>https://dev.to/irevenko/cli-for-finding-anime-by-image-5go8</link>
      <guid>https://dev.to/irevenko/cli-for-finding-anime-by-image-5go8</guid>
      <description>&lt;p&gt;There is a web service called &lt;a href="https://trace.moe"&gt;https://trace.moe&lt;/a&gt; which allows you to search for the anime scene through image. Also this service has an API which i successfully used to create the CLI using &lt;a href="https://github.com/spf13/cobra"&gt;cobra&lt;/a&gt; framework&lt;br&gt;
And this is what i've done:&lt;br&gt;
&lt;a href="https://github.com/irevenko/what-anime-cli"&gt;https://github.com/irevenko/what-anime-cli&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K3zy_90X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://github.com/irevenko/what-anime-cli/raw/main/anime_images/record/demo.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K3zy_90X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://github.com/irevenko/what-anime-cli/raw/main/anime_images/record/demo.gif"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  Usage 🖥
&lt;/h1&gt;
&lt;h3&gt;
  
  
  Get Anime By Image File 🗃
&lt;/h3&gt;



&lt;p&gt;&lt;code&gt;what-anime file anime.jpg&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  Get Anime By Image Link 🔗
&lt;/h3&gt;



&lt;p&gt;&lt;code&gt;what-anime link https://anime.com/image.png&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 &lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  powershell trouble
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;NOTE&lt;/em&gt;: MAKE SURE THAT YOUR LINKS &lt;b&gt;ENDS WITH .IMAGE_FORMAT&lt;/b&gt; AND DOESN'T HAVE ANY &lt;b&gt;&amp;amp;&lt;/b&gt; CHARS AFTER BECAUSE THIS SYMBOL IS RESERVED BY GOLANG &lt;/p&gt;

&lt;h3&gt;
  
  
  Supported image extensions 🖼
&lt;/h3&gt;

&lt;p&gt;I've tested these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;jpg&lt;/li&gt;
&lt;li&gt;png&lt;/li&gt;
&lt;li&gt;jfif&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have found other's working formats please create an issue&lt;/p&gt;

&lt;h1&gt;
  
  
  Installation 🔨
&lt;/h1&gt;

&lt;p&gt;Build from source or go to &lt;a href="https://github.com/irevenko/what-anime-cli/tree/main/bin"&gt;bin&lt;/a&gt; folder and pick your executable file&lt;/p&gt;

&lt;h1&gt;
  
  
  Contributing 🤝
&lt;/h1&gt;

&lt;p&gt;Contributions, issues and feature requests are welcome! 👍 &lt;br&gt;&lt;br&gt;
Feel free to check &lt;a href="https://github.com/irevenko/what-anime-cli/issues"&gt;open issues&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/irevenko/what-anime-cli/"&gt;https://github.com/irevenko/what-anime-cli/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>go</category>
    </item>
    <item>
      <title>A CLI for generating Optional Node.js Boilerplate</title>
      <dc:creator>Ilya Revenko</dc:creator>
      <pubDate>Sat, 21 Nov 2020 12:21:50 +0000</pubDate>
      <link>https://dev.to/irevenko/a-cli-for-generating-optional-node-js-boilerplate-o7i</link>
      <guid>https://dev.to/irevenko/a-cli-for-generating-optional-node-js-boilerplate-o7i</guid>
      <description>&lt;p&gt;I've created a basic CLI for generating Node.js boilerplate&lt;br&gt;
GitHub: &lt;a href="https://github.com/irevenko/forge-node-app"&gt;https://github.com/irevenko/forge-node-app&lt;/a&gt;&lt;br&gt;
Try it with:&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;npx forge-node-app&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;PREVIEW&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cP2sHehy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.imgur.com/y8hdTau.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cP2sHehy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.imgur.com/y8hdTau.gif"&gt;&lt;/a&gt;&lt;br&gt;
List of Supported Options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VanillaJS, TypeScript, Babel&lt;/li&gt;
&lt;li&gt;npm, yarn&lt;/li&gt;
&lt;li&gt;ESLint, Prettier&lt;/li&gt;
&lt;li&gt;dotenv, nodemon, ts-node-dev&lt;/li&gt;
&lt;li&gt;Jest, Mocha + Chai&lt;/li&gt;
&lt;li&gt;git repo (GitHub, GitLab)
Inspired by the vue-cli &amp;lt;3&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
