0.2.0 • Published 14 days ago

tsplot v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

tsplot

This project aims to provide a simple-to-use tool to automagically generate different types of diagrams for TypeScript projects by analyzing the dependencies between files and their members.

Usage

npx tsplot --help
Usage: tsplot [options] [command]

Options:
  -h, --help         display help for command

Commands:
  diagram [options]  generate different types of diagrams for a typescript project based on its dependency graph
  stats [options]    generate statistics for a typescript project
  help [command]     display help for command

Example

tsplot