Skip to content

codeatcpp/powertools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The set of useful PowerShell scripts.

Project tree image generator

Sample graph

This script generates GraphViz file which is reflect the dependencies between projects in the specified Visual Studio solution file.

Usage: ./build_project_tree.ps1 -In test.sln -ExcludePattern "test|unit"

Installation

Run PowerShell as administrator, then run the following command to allow to run downloaded scripts:

PS> Set-ExecutionPolicy -Scope Process RemoteSigned

More details about the implementation process you can read here (in Russian).

About

The set of useful PowerShell scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published