All Projects → deejayy → ts-depgraph

deejayy / ts-depgraph

Licence: other
Generate a visually stunning dependency graph from your Angular or Typescript project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ts-depgraph

Swift Code Metrics
Code metric analyzer for Swift projects.
Stars: ✭ 244 (+916.67%)
Mutual labels:  dependency
easy-ansible
基于Ansible的自动部署平台-Automatical Deployment Platform Based on Ansible。
Stars: ✭ 41 (+70.83%)
Mutual labels:  dependency
PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
Stars: ✭ 48 (+100%)
Mutual labels:  dependency
kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (+58.33%)
Mutual labels:  visjs
py-dependency-install
A GitHub Action that installs Python package dependencies from a user-defined requirements.txt file path with optional pip, setuptools, and wheel installs/updates
Stars: ✭ 23 (-4.17%)
Mutual labels:  dependency
ScanTree
Scan a JS file tree to build an ordered and grouped dependency listing
Stars: ✭ 51 (+112.5%)
Mutual labels:  dependency
Innodependencyinstaller
Download and install any dependency such as .NET, Visual C++ or SQL Server during your application's installation!
Stars: ✭ 199 (+729.17%)
Mutual labels:  dependency
DependencyInjector
Lightweight dependency injector
Stars: ✭ 30 (+25%)
Mutual labels:  dependency
typeioc
Dependency injection container for typescript / javascript
Stars: ✭ 32 (+33.33%)
Mutual labels:  dependency
ngx-print
🖨️ A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (+416.67%)
Mutual labels:  dependency
xcode-build-script-for-carthage
If you're using Carthage, you can easily set up Framework dependency in XCode through this script
Stars: ✭ 16 (-33.33%)
Mutual labels:  dependency
gochk
Static Dependency Analysis Tool for Go Files
Stars: ✭ 68 (+183.33%)
Mutual labels:  dependency
ote
ote updates a packages' go.mod file with a comment next to all dependencies that are test dependencies; identifying them as such.
Stars: ✭ 25 (+4.17%)
Mutual labels:  dependency
vue-vis-network
Vue 2 integration with https://github.com/visjs/vis-network/
Stars: ✭ 57 (+137.5%)
Mutual labels:  visjs
CNeptune
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
Stars: ✭ 30 (+25%)
Mutual labels:  dependency
Dont Break
Checks if the current version of your package would break dependent projects
Stars: ✭ 200 (+733.33%)
Mutual labels:  dependency
steamap
Interactive Steam Friends map.
Stars: ✭ 41 (+70.83%)
Mutual labels:  visjs
sbt-hackling
Prototype of the Libling concept. Libling is a way to add source dependencies to your sbt project.
Stars: ✭ 13 (-45.83%)
Mutual labels:  dependency
Mimick.Fody
An integrated framework for dependency injection and aspect-oriented processing.
Stars: ✭ 15 (-37.5%)
Mutual labels:  dependency
kube-lineage
A CLI tool to display all dependencies or dependents of an object in a Kubernetes cluster.
Stars: ✭ 238 (+891.67%)
Mutual labels:  dependency

Typescript (Angular) Dependency Graph drawer

Uses vis.js, check it out, it's pretty cool.

Usage

npm install -g ts-depgraph

Customize depgraph.config.js if you want

You can check the example in the package directory (depgraph.config.js.example) or you can leave it out completely, default starting folder is the current.

projectDirectory: this is the directory where your src directory is. Without trailing slash.
tsconfig: if you have path aliases defined in tsconfig, you can refer it here. Otherwise projectDirectory/tsconfig.json is used.

Run graph generator

ts-depgraph

Open depgraph.html

Dark mode, yay!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].