tsclassd

0.0.4 • Public • Published

tsclassd

Generate DGML VS code maps from Typescript code. Doesn't work in all cases yet, and probably can be done in a more elegant way, but for a weekend hacking project it works just enough.

Usage:

npm install tsclassd or npm install -g tsclassd

tsclassd --help

or

tsclassd -i <glob input files> [-o output.dgml] [-m AMD/System/UMD/...] [-useAbsoluteImports]

Example##

tsclassd -i examples\**\*.ts -o output.dgml -moduleFormat AMD

Rendered using Microsoft Visual Studio:

Example

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i tsclassd

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • cschleiden