<?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: Norro valentin</title>
    <description>The latest articles on DEV Community by Norro valentin (@norrova).</description>
    <link>https://dev.to/norrova</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%2F362477%2F83683736-1ad7-41d2-b60a-1a44d14445ed.jpeg</url>
      <title>DEV Community: Norro valentin</title>
      <link>https://dev.to/norrova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/norrova"/>
    <language>en</language>
    <item>
      <title>Lyppy - make fast project</title>
      <dc:creator>Norro valentin</dc:creator>
      <pubDate>Tue, 26 May 2020 19:41:10 +0000</pubDate>
      <link>https://dev.to/norrova/lyppy-make-fast-project-2lig</link>
      <guid>https://dev.to/norrova/lyppy-make-fast-project-2lig</guid>
      <description>&lt;p&gt;hello world ! I post my little article to show you my new little cli interface to quickly create project in python&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;github : &lt;a href="https://github.com/norrova/Lyppy"&gt;https://github.com/norrova/Lyppy&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Example
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Version 0.1
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Create project&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;lyppy &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="nt"&gt;-p&lt;/span&gt;
&lt;span class="c"&gt;# Create module&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;lyppy &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="nt"&gt;-mo&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Project tree example&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;example
│   .gitignore
│   LICENCE
│   README.md
│   requirements.txt
│   setup.py
│
├───beautiful_module
│       beautiful_module.py
│       __init__.py
│
├───bin
├───data
├───docs
└───tests
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Commands
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;lyppy&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;-h&lt;/code&gt; : help&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-v&lt;/code&gt; : lyppy version&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-m&lt;/code&gt; : make

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;-p&lt;/code&gt; : make project&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-mo&lt;/code&gt; : make module&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to install
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;git clone https://github.com/norrova/Lyppy
&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;cd &lt;/span&gt;Lyppy
&lt;span class="c"&gt;# Windows...&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;install.bat
&lt;span class="c"&gt;# Linux | MacOS&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;sh install.sh
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



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