<?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: Shinya Sakae</title>
    <description>The latest articles on DEV Community by Shinya Sakae (@ss49919201).</description>
    <link>https://dev.to/ss49919201</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%2F1264880%2Fb54f8859-4ba0-4f16-b975-2275c802e1e2.png</url>
      <title>DEV Community: Shinya Sakae</title>
      <link>https://dev.to/ss49919201</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ss49919201"/>
    <language>en</language>
    <item>
      <title>Introduce CLI ID generator</title>
      <dc:creator>Shinya Sakae</dc:creator>
      <pubDate>Tue, 26 Nov 2024 02:05:28 +0000</pubDate>
      <link>https://dev.to/ss49919201/introduce-cli-id-generator-3fb5</link>
      <guid>https://dev.to/ss49919201/introduce-cli-id-generator-3fb5</guid>
      <description>&lt;p&gt;I present an ID generator I developed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Command line interface&lt;/li&gt;
&lt;li&gt;Support UUID and ULID&lt;/li&gt;
&lt;li&gt;Implemented in Go&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/ss49919201/idgen" rel="noopener noreferrer"&gt;https://github.com/ss49919201/idgen&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  idgen
&lt;/h1&gt;

&lt;p&gt;The software is named idgen.&lt;br&gt;
It is an abbreviation for id generator.&lt;/p&gt;
&lt;h1&gt;
  
  
  Install
&lt;/h1&gt;

&lt;p&gt;Install using &lt;code&gt;go install&lt;/code&gt;.&lt;br&gt;
Other installation methods will be added.&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;go &lt;span class="nb"&gt;install &lt;/span&gt;github.com/ss49919201/idgen@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Usage
&lt;/h1&gt;

&lt;p&gt;It has a very simple interface.&lt;br&gt;
Enter id type after &lt;code&gt;idgen&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  UUID
&lt;/h2&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;idgen uuid
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  ULID
&lt;/h2&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;idgen ulid
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Future development
&lt;/h1&gt;

&lt;p&gt;I will keep improving idgen.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support installation of Homebrew&lt;/li&gt;
&lt;li&gt;Generate multiple id&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I welcome your contributions.&lt;br&gt;
Thank you.&lt;/p&gt;

</description>
      <category>go</category>
      <category>cli</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
