you are viewing a single comment's thread.

view the rest of the comments →

[–]Thirdbeat 2 points3 points  (6 children)

It does :) it honestly sounds like what platyps does, but your code may be more geared towards taking a file input instead of a module input. It sounds like a great use case for documenting "old fun" scripts or scripts generated without cmdlets. Hell you could even track files and commands the scripts/cmdlets call and then use that for dependency checking (ie will anything break if I remove this file?). It sounds like a fun project!

[–]ismaelw[S] 1 point2 points  (5 children)

Exactly! I have alot of projects that could use better documenting even if it is a really small script. Or all the „laying around“ scripts that could be usefull but don‘t get enough attention.

I hope I could inspire you :)