<?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: Matthew Adams</title>
    <description>The latest articles on DEV Community by Matthew Adams (@matthewadams).</description>
    <link>https://dev.to/matthewadams</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%2F11823%2F449952.png</url>
      <title>DEV Community: Matthew Adams</title>
      <link>https://dev.to/matthewadams</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matthewadams"/>
    <language>en</language>
    <item>
      <title>d</title>
      <dc:creator>Matthew Adams</dc:creator>
      <pubDate>Wed, 17 Jun 2020 16:56:14 +0000</pubDate>
      <link>https://dev.to/matthewadams/d-1d2h</link>
      <guid>https://dev.to/matthewadams/d-1d2h</guid>
      <description>&lt;h1&gt;
  
  
  d, a Deno-invoking version manager for Deno
&lt;/h1&gt;

&lt;p&gt;This is a simple shell script that invokes a specified Deno version, including downloading &amp;amp; extracting it if it doesn't exist.  It's similar in spirit to the various &lt;a href="https://github.com/search?q=dvm"&gt;dvm&lt;/a&gt; forks, but is written in &lt;code&gt;sh&lt;/code&gt; (not even &lt;code&gt;bash&lt;/code&gt;, so should work everywhere, except Windows, for which MRs are welcome).&lt;/p&gt;

&lt;p&gt;Examples below assume &lt;code&gt;d&lt;/code&gt; is in your path.&lt;/p&gt;

&lt;p&gt;Pass all arguments along the latest version of &lt;code&gt;deno&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ d --version # delegates to latest deno
deno 1.1.0
v8 8.4.300
typescript 3.9.2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Pass all arguments along to a specific version of &lt;code&gt;deno&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ d --use 1.0.0 -- --version # use a specific version of deno
deno 1.0.0
v8 8.4.300
typescript 3.9.2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Invoke a script using the latest version of deno:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ d run https://deno.land/std/examples/welcome.ts
Download https://deno.land/std/examples/welcome.ts
Warning Implicitly using master branch https://deno.land/std/examples/welcome.ts
Compile https://deno.land/std/examples/welcome.ts
Welcome to Deno 🦕
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Currently in prerelease form.&lt;/p&gt;

&lt;p&gt;Available at &lt;a href="https://gitlab.com/northscaler-public/d"&gt;https://gitlab.com/northscaler-public/d&lt;/a&gt;.&lt;br&gt;
File issues at &lt;a href="https://gitlab.com/northscaler-public/d/-/issues"&gt;https://gitlab.com/northscaler-public/d/-/issues&lt;/a&gt;.&lt;br&gt;
Mirrored to &lt;a href="https://github.com/northscaler/d"&gt;https://github.com/northscaler/d&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

</description>
      <category>deno</category>
      <category>versionmanager</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Hi, I'm Matthew Adams</title>
      <dc:creator>Matthew Adams</dc:creator>
      <pubDate>Fri, 17 Mar 2017 15:32:55 +0000</pubDate>
      <link>https://dev.to/matthewadams/hi-im-matthew-adams</link>
      <guid>https://dev.to/matthewadams/hi-im-matthew-adams</guid>
      <description>&lt;p&gt;I have been coding for [number] years.&lt;/p&gt;

&lt;p&gt;You can find me on GitHub as &lt;a href="https://github.com/matthewadams" rel="noopener noreferrer"&gt;matthewadams&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I live in [city].&lt;/p&gt;

&lt;p&gt;I work for [company]&lt;/p&gt;

&lt;p&gt;I mostly program in these languages: [languages].&lt;/p&gt;

&lt;p&gt;I am currently learning more about [topic].&lt;/p&gt;

&lt;p&gt;Nice to meet you.&lt;/p&gt;

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