Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurentdardenne/psmap

Constructs a function call graph contained in a script and searches for dependencies (modules, scripts, dlls).
https://github.com/laurentdardenne/psmap

Last synced: about 1 month ago
JSON representation

Constructs a function call graph contained in a script and searches for dependencies (modules, scripts, dlls).

Awesome Lists containing this project

README

        

[![Inactively Maintained](https://img.shields.io/badge/Maintenance%20Level-Inactively%20Maintained-yellowgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

# PSMap
Constructs a function call graph contained in a script and searches for dependencies (modules, scripts, dlls).

Use [PSAutograph](https://github.com/LaurentDardenne/PSAutograph) to visualize the result.

For the moment this repository is just a POC / Study.