These are the code examples for our talk "Code Generation With TypeScript".
- Run
yarn
- 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
These are the code examples for our talk "Code Generation With TypeScript".
yarn
yarn start:ast
to generate code with a simple ASTyarn start:hbs
to generate code with Handlebarsyarn start:ts
to generate code with TypeScript