Generate VTL templates from TypeScript sources.
npx ts2vtl -p path/to/tsconfig.json --outDir path/to/dir src/template.ts
Options:
--outDir Output templates to the directory [string]
--outFile Output to single file [string]
-p, --project The path of tsconfig.json [string]
-v, --verbose Verbose mode [boolean] [default: false]
--version Show version number [boolean]
--help Show help [boolean]
MIT