<?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>Forem: ollie</title>
    <description>The latest articles on Forem by ollie (@ollie).</description>
    <link>https://forem.com/ollie</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%2F105012%2F3107973d-6bc7-41dc-92f5-ec2479c62fe5.png</url>
      <title>Forem: ollie</title>
      <link>https://forem.com/ollie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ollie"/>
    <language>en</language>
    <item>
      <title>Generate ASCII faces</title>
      <dc:creator>ollie</dc:creator>
      <pubDate>Tue, 21 Apr 2020 19:41:54 +0000</pubDate>
      <link>https://forem.com/ollie/generate-ascii-faces-17j4</link>
      <guid>https://forem.com/ollie/generate-ascii-faces-17j4</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/o8e/ascii-face"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cdKmhbzd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://badge.fury.io/js/ascii-face.svg" alt="npm version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A silly package I created whilst working on a side project. I needed faces for profile images, and thought why not have a unique set of text-based generated faces.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;There are 501,600 potential combinations&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--esZTv6J0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/o8e/ascii-face/master/assets/img/example-mono.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--esZTv6J0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/o8e/ascii-face/master/assets/img/example-mono.png" alt="Standard"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GnWe-fwY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/o8e/ascii-face/master/assets/img/example-color.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GnWe-fwY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/o8e/ascii-face/master/assets/img/example-color.png" alt="Colour"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Usage
&lt;/h3&gt;

&lt;p&gt;For now it's a default export, so import it however you want.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;ascii-face &lt;span class="nt"&gt;-s&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Standard&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nx"&gt;facegen&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;ascii-face&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;face&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;facegen&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="c1"&gt;// ...&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Colour&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nx"&gt;facegen&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;ascii-face&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;face&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;facegen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="c1"&gt;// ...&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>asciiart</category>
      <category>html</category>
      <category>typescript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Node, TypeScript boilerplate w/ linting, aliases, testing</title>
      <dc:creator>ollie</dc:creator>
      <pubDate>Thu, 26 Sep 2019 10:32:31 +0000</pubDate>
      <link>https://forem.com/ollie/node-typescript-boilerplate-w-linting-aliases-testing-3505</link>
      <guid>https://forem.com/ollie/node-typescript-boilerplate-w-linting-aliases-testing-3505</guid>
      <description>&lt;p&gt;I found myself continuously writing boilerplate code whenever I wanted to start a Node project. Whether it be an API or an experiment, I always start with this initial building block.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/o8e"&gt;
        o8e
      &lt;/a&gt; / &lt;a href="https://github.com/o8e/node-ts-boilerplate"&gt;
        node-ts-boilerplate
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      ♨️ Node boilerplate with TypeScript
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
♨️ node-ts-boilerplate&lt;/h1&gt;
&lt;p&gt;Node boilerplate with TypeScript&lt;/p&gt;
&lt;p&gt;
    &lt;a href="https://kbrsh.github.io/license" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/890acbdcb87868b382af9a4b1fac507b9659d9bf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667" alt="License"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;
Summary&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
🔨 &lt;a href="https://github.com/eslint/eslint"&gt;ESLint&lt;/a&gt; &amp;amp; &lt;a href="https://github.com/prettier/prettier"&gt;Prettier&lt;/a&gt; (&lt;a href="https://github.com/standard/standard"&gt;Standard&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
⚡ Development server with &lt;a href="https://github.com/remy/nodemon"&gt;Nodemon&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
🚀 &lt;a href="https://github.com/microsoft/TypeScript"&gt;TypeScript&lt;/a&gt; compilation with import aliases&lt;/li&gt;
&lt;li&gt;
🔧 Testing with &lt;a href="https://github.com/facebook/jest"&gt;Jest&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
Usage&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;git clone --depth 1 git@github.com:o8e/node-ts-boilerplate.git&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You could also clone and &lt;code&gt;rm -rf .git/&lt;/code&gt;, or just fork it.&lt;/p&gt;

&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/o8e/node-ts-boilerplate"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


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