-
Updated
Apr 28, 2020 - JavaScript
#
dependency-graph
Here are 161 public repositories matching this topic...
Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
javascript
swift
objective-c
graph
structure
dependency-graph
dependency
dependency-tree
d3js
swift-dependencies-visualizer
A command line utility to display dependency tree of the installed Python packages
-
Updated
Sep 2, 2020 - Python
Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.
javascript
typescript
vue
jsx
static-analysis
dependency-analysis
dependency-cruiser
dependency-graph
dependencies
tsx
circular-dependencies
architecture-diagram
-
Updated
Sep 19, 2020 - JavaScript
View the dependencies tree of you Angular application
-
Updated
Aug 30, 2020 - TypeScript
kotlin
graphviz
dependency-injection
dagger
dependency-graph
gradle-plugin
intellij-plugin
dagger2
graph-generation
-
Updated
Aug 1, 2020 - Kotlin
Static code analysis to find violations in a dependency graph
-
Updated
Oct 16, 2019 - PHP
Directed acyclic graphs of Sidekiq jobs
-
Updated
Oct 4, 2017 - Ruby
sschuberth
commented
May 10, 2020
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json
.
browse modules by clicking directly on "import" statements on GitHub ⛺
-
Updated
Sep 24, 2019 - JavaScript
Code metric analyzer for Swift projects.
macos
swift
ios
analysis
metrics
architecture
dependency-graph
dependency
dependency-tree
swift-dependencies-visualizer
-
Updated
Jul 29, 2020 - Python
git commit dependency analysis tool
visualization
d3
git
cli
commits
graph
web-app
dependency-analysis
porting
dependency-graph
revision-control
-
Updated
Apr 29, 2020 - Python
[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.
analysis
static-code-analysis
llvm
static-analysis
dependency-graph
slice
static-analyzer
program-analysis
llvm-bitcode
llvm-slicer
dependence-graph
reaching-definitions
pointer-analysis
slicing
llvm-ir
points-to-analysis
data-dependency
control-dependency
backward-slicing
backward-slice
-
Updated
Sep 15, 2020 - C++
A simple dependency graph for Node.js
-
Updated
Apr 3, 2020 - JavaScript
Webpack 1.x/2.x plugin for analyzing internal processes, state and structure of bundles.
-
Updated
Mar 13, 2019 - JavaScript
Roughly extract dependency relation from source code
-
Updated
Aug 15, 2020 - Go
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
coverage
cmake
llvm
gcc
dependency-graph
clang
doxygen
test-coverage
cppcheck
clang-format
clang-tidy
code-coverage
sanitizer
sanitizers
cmake-format
target-instrumentation
coverage-information
-
Updated
Apr 25, 2020 - CMake
A reproducible Docker image build system for complex software stacks
-
Updated
Jan 27, 2020 - Python
jameslamb
commented
May 2, 2020
If you run ?pkgnet::InheritanceReport
, you'll see a section like this:
And the same on the pkgdown
site (https://uptake.github.io/pkgnet/reference/InheritanceReporter.html)

visualization
svg
go
cli
golang
graphviz
png
protobuf
graph
protocol-buffers
dependency-graph
grpc
protoc
dot
proto3
scalable-vector-graphics
graphviz-dot-language
portable-network-graphics
-
Updated
May 14, 2020 - Go
Install dependency graphs of Kubernetes Helm Charts
-
Updated
Aug 12, 2020 - Go
Android Architecture Design Patterns using Kotlin, MVVM, Dagger2, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
android
kotlin
room
dependency-injection
architecture
dependency-graph
kotlin-android
dagger2
retrofit2
repository-pattern
mvvm-architecture
dagger2-android
dagger2-mvvm
mutablelivedata
livedata-extensions
livedata-viewmodel
networkboundresource
mediatorlivedata
viewmodel-interaction
kotlin-mvvm-architecture
-
Updated
Sep 18, 2020 - Kotlin
A work efficiency tool for visualizing code dependencies on a browser.
-
Updated
Jul 4, 2020 - TypeScript
Explode linear sequence of git commits into topic branches
git
cli
commits
dependency-manager
dependency-analysis
porting
dependency-graph
branches
revision-control
-
Updated
Jun 5, 2019 - Python
Visualize Go module dependencies in Graphviz DOT format
-
Updated
Jan 24, 2020 - Go
Record process launches and files read and written by each process
-
Updated
May 13, 2020 - Go
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
statistics
tool
diagram
user-stories
dependency-graph
kanban
scrum
scrum-board
taiga
cfd
kanban-board
cumulativeflowdiagram
-
Updated
Feb 2, 2018 - Python
Improve this page
Add a description, image, and links to the dependency-graph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-graph topic, visit your repo's landing page and select "manage topics."
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()
).Wouldn't it make sense to add an
if
for Windows based on%APPDATA%
or%LOCALAPPDATA%
, before resorting to globally installing appdirs?