Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/laurentdardenne/psmap
- Owner: LaurentDardenne
- Created: 2019-02-26T20:20:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T19:51:34.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:18:39.669Z (3 months ago)
- Language: C#
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.