Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 413 Bytes

File metadata and controls

18 lines (11 loc) · 413 Bytes

Code Generation With TypeScript

These are the code examples for our talk "Code Generation With TypeScript".

Prerequisites

Installation

  • Run yarn

Usage

  • Run yarn start:ast to generate code with a simple AST
  • Run yarn start:hbs to generate code with Handlebars
  • Run yarn start:ts to generate code with TypeScript