<?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: Deni Junior</title>
    <description>The latest articles on DEV Community by Deni Junior (@denidiasjr).</description>
    <link>https://dev.to/denidiasjr</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%2F72051%2F77a2ce80-b6df-44a3-aca3-c2daac1deb46.jpg</url>
      <title>DEV Community: Deni Junior</title>
      <link>https://dev.to/denidiasjr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/denidiasjr"/>
    <language>en</language>
    <item>
      <title>Generating code template in an easy way.</title>
      <dc:creator>Deni Junior</dc:creator>
      <pubDate>Wed, 14 Oct 2020 02:32:53 +0000</pubDate>
      <link>https://dev.to/denidiasjr/generating-code-template-in-an-easy-way-29g0</link>
      <guid>https://dev.to/denidiasjr/generating-code-template-in-an-easy-way-29g0</guid>
      <description>&lt;p&gt;In the projects I've worked on, duplicate code files or start coding from a basic structure are common practices and sometimes just some lines of codes are changed from one template to another. &lt;/p&gt;

&lt;p&gt;One good example, is when you are working with components, and you need to create a folder with the name of your new component, a unit test file, a Storybook file, a README file and also the file for your component itself.&lt;/p&gt;

&lt;p&gt;Therefore, I developed a package to simplify the generation of code template, allowing you to customize it according to your project needs.&lt;/p&gt;

&lt;p&gt;To get started, just run &lt;code&gt;npm install -g simple-template-gen&lt;/code&gt; on your CLI and read the following docs &lt;a href="https://www.npmjs.com/package/simple-template-gen"&gt;clicking here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want to contribute with the project or want to suggest new features to simplify even more the life of who is generating a new code, feel free to support it on &lt;a href="https://github.com/denidiasjr/simple-template-gen"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>npm</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
