Socket
Book a DemoInstallSign in
Socket

tsclassd

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsclassd

Generate DGML VS diagrams from Typescript source.

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 15 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts