<?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: Sugam Karki</title>
    <description>The latest articles on DEV Community by Sugam Karki (@sugamkarki).</description>
    <link>https://dev.to/sugamkarki</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%2F655379%2F8a1327df-310b-4e32-942c-af83a5ae1352.jpeg</url>
      <title>DEV Community: Sugam Karki</title>
      <link>https://dev.to/sugamkarki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sugamkarki"/>
    <language>en</language>
    <item>
      <title>How to create ormconfig.{json/yml} for Typeorm for all kinds of database with just one command!!</title>
      <dc:creator>Sugam Karki</dc:creator>
      <pubDate>Tue, 14 Dec 2021 02:09:55 +0000</pubDate>
      <link>https://dev.to/sugamkarki/how-to-create-ormconfigjsonyml-for-typeorm-for-all-kinds-of-database-with-just-one-command-3i44</link>
      <guid>https://dev.to/sugamkarki/how-to-create-ormconfigjsonyml-for-typeorm-for-all-kinds-of-database-with-just-one-command-3i44</guid>
      <description>&lt;p&gt;Tired of copying and pasting the contents of ormconfig.json every time you create a project?? &lt;/p&gt;

&lt;p&gt;Just run,&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;npx ormconfig.json&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 and with just one command, you can create &lt;em&gt;ormconfig&lt;/em&gt; file for PostgreSQL, MongoDB, and MySQL. &lt;/p&gt;

&lt;p&gt;On top of that, you can choose between &lt;em&gt;yml&lt;/em&gt; and &lt;em&gt;json&lt;/em&gt; extension.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/ormconfig.json"&gt;Link To The Package&lt;/a&gt;&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>node</category>
      <category>typeorm</category>
      <category>cli</category>
    </item>
    <item>
      <title>Create commits for a year of your choosing in Git and Github</title>
      <dc:creator>Sugam Karki</dc:creator>
      <pubDate>Wed, 24 Nov 2021 13:34:46 +0000</pubDate>
      <link>https://dev.to/sugamkarki/create-commits-for-a-year-of-your-choosing-in-git-and-github-2eak</link>
      <guid>https://dev.to/sugamkarki/create-commits-for-a-year-of-your-choosing-in-git-and-github-2eak</guid>
      <description>&lt;p&gt;Hello folks, &lt;/p&gt;

&lt;p&gt;I have created a simple and silly command-line package that can generate commit logs in your repository for the whole year. &lt;/p&gt;

&lt;h2&gt;
  
  
  To run the package,
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Go to any local repository.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run&lt;br&gt;
&lt;br&gt;
&lt;code&gt;npx commit_git&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter the year of your choosing. Eg: 1990&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter your commit text. Eg: She sells seashells by the seashore.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Voila. It automatically pushes your code after committing.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vyHCPPll--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hg68c4mh0ncchun2x8it.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vyHCPPll--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hg68c4mh0ncchun2x8it.png" alt="Commit Streaks" width="826" height="287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--n4ndfUcK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nr5mef0zowllq2luef6e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--n4ndfUcK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nr5mef0zowllq2luef6e.png" alt="Commit Log in github" width="880" height="255"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>githunt</category>
      <category>javascript</category>
      <category>node</category>
    </item>
  </channel>
</rss>
