<?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: Godefroy Ponsinet</title>
    <description>The latest articles on DEV Community by Godefroy Ponsinet (@90dy).</description>
    <link>https://dev.to/90dy</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%2F397360%2F2265c407-f9ae-4f53-af63-a21b8133646c.jpeg</url>
      <title>DEV Community: Godefroy Ponsinet</title>
      <link>https://dev.to/90dy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/90dy"/>
    <language>en</language>
    <item>
      <title>TypeScript as a Template Engine</title>
      <dc:creator>Godefroy Ponsinet</dc:creator>
      <pubDate>Fri, 16 May 2025 21:02:26 +0000</pubDate>
      <link>https://dev.to/90dy/typescript-as-a-template-engine-4376</link>
      <guid>https://dev.to/90dy/typescript-as-a-template-engine-4376</guid>
      <description>&lt;p&gt;I created a project that aims to provide code generation through TypeScript literals tags and syntax highlighting for your editor.&lt;/p&gt;

&lt;p&gt;It enhances codegen with strictly typed templates, thanks to Typescript.&lt;/p&gt;

&lt;p&gt;End of gotemplate, handlebars and every other error prone engine.&lt;/p&gt;

&lt;p&gt;It comes with 3 packages for now:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The core library with available literals: &lt;a href="https://jsr.io/@tmpl/core" rel="noopener noreferrer"&gt;https://jsr.io/@tmpl/core&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;The cli to generate files from stdin or directories: &lt;a href="https://jsr.io/@tmpl/gen" rel="noopener noreferrer"&gt;https://jsr.io/@tmpl/gen&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;The vscode extension to read templates without eye bleeding: &lt;a href="https://github.com/90dy/typescript-template-engine" rel="noopener noreferrer"&gt;https://github.com/90dy/typescript-template-engine&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please give me feedback here or via GitHub issue to know what to improve.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>deno</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
