<?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: witt</title>
    <description>The latest articles on DEV Community by witt (@witt).</description>
    <link>https://dev.to/witt</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%2F187520%2F82355ff4-5f1b-4012-97e7-d076c93b61b3.PNG</url>
      <title>DEV Community: witt</title>
      <link>https://dev.to/witt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/witt"/>
    <language>en</language>
    <item>
      <title>A small tool for view the files of a package</title>
      <dc:creator>witt</dc:creator>
      <pubDate>Thu, 26 Mar 2020 18:04:44 +0000</pubDate>
      <link>https://dev.to/witt/a-small-tool-for-view-the-files-of-a-package-4034</link>
      <guid>https://dev.to/witt/a-small-tool-for-view-the-files-of-a-package-4034</guid>
      <description>&lt;p&gt;Hello everyone, this post is about an online gadget, which saves me a lot of time.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;cdn-viewer&lt;/code&gt; can view the contents of packages from &lt;code&gt;NPM&lt;/code&gt; or &lt;code&gt;GitHub&lt;/code&gt;, It also has these features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;show size of each file&lt;/li&gt;
&lt;li&gt;copy CDN link&lt;/li&gt;
&lt;li&gt;share current package content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project hosted on &lt;a href="https://github.com/unix/cdn-viewer"&gt;GitHub&lt;/a&gt;, I hope you will like it.&lt;/p&gt;




&lt;h3&gt;
  
  
  Preview
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CJGEM-1o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/11304944/77679746-f0f83a80-6fcd-11ea-9a4b-edf3faed76b6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CJGEM-1o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/11304944/77679746-f0f83a80-6fcd-11ea-9a4b-edf3faed76b6.png" alt="preview" width="800" height="620"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A geek-style Vue UI library</title>
      <dc:creator>witt</dc:creator>
      <pubDate>Sun, 07 Jul 2019 18:24:52 +0000</pubDate>
      <link>https://dev.to/witt/a-geek-style-vue-ui-library-2ieh</link>
      <guid>https://dev.to/witt/a-geek-style-vue-ui-library-2ieh</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/zeit-ui/vue"&gt;@zeit-ui/vue&lt;/a&gt; is an unofficial Zeit UI implementation, the design prototype comes from ZEIT's design team.&lt;/p&gt;

&lt;h2&gt;
  
  
  Short:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;support dark mode.&lt;/li&gt;
&lt;li&gt;it's really cool.&lt;/li&gt;
&lt;li&gt;several projects are already using it.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  About 2.0
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;refactoring multiple components, higher expressiveness.&lt;/li&gt;
&lt;li&gt;simplify the code and better implement.&lt;/li&gt;
&lt;li&gt;easier-to-use document site.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Preview:
&lt;/h2&gt;

&lt;p&gt;(any suggestion can be left a message, we are willing to improve together.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rdjWoMws--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://thepracticaldev.s3.amazonaws.com/i/pevk6zd2dage14g3m2yy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rdjWoMws--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://thepracticaldev.s3.amazonaws.com/i/pevk6zd2dage14g3m2yy.png" alt="" width="800" height="609"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Func - a modern command-line framework</title>
      <dc:creator>witt</dc:creator>
      <pubDate>Fri, 28 Jun 2019 08:31:29 +0000</pubDate>
      <link>https://dev.to/witt/func-a-modern-command-line-framework-1ikh</link>
      <guid>https://dev.to/witt/func-a-modern-command-line-framework-1ikh</guid>
      <description>&lt;h1&gt;
  
  
  About func
&lt;/h1&gt;

&lt;p&gt;Recently, I created a modern command-line framework with the idea of easier design and Developer Experience, and i call it &lt;code&gt;func&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;You can easily create a command line tool with func. &lt;a href="https://github.com/WittBulter/func" rel="noopener noreferrer"&gt;Learn more at GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It has more advantages than previous frameworks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Volume of very small packaging &lt;/li&gt;
&lt;li&gt;Elegant grammar and item structure without any thinking burden&lt;/li&gt;
&lt;li&gt;Very few dependence, maximum optimized running speed&lt;/li&gt;
&lt;li&gt;With the support of a complete template, one key can develop&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Document Site Preview
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fhv8l7vqgzeiangrpd4wm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fhv8l7vqgzeiangrpd4wm.png" alt="preview"&gt;&lt;/a&gt;&lt;/p&gt;

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