Skip to content

ts2vtl/ts2vtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts2vtl

Generate VTL templates from TypeScript sources.

Usage

npx ts2vtl -p path/to/tsconfig.json --outDir path/to/dir src/template.ts

Options

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]

Packages

License

MIT