Skip to content

modulexcite/ShowPSAst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Show-Ast

This module helps visualize the PowerShell Ast with a graphical view.

The Ast is fully expanded in tree view, selecting a node in the tree view will display the corresponding text in the script and the properties of the node.

Example:

Show-Ast .\Show-Ast.psm1
Show-Ast { echo -InputObject "Name is $name" }.Ast

If you edit the text in the script view, you can press F5 to refresh the tree view.

About

Simple UI to explore the PowerShell Ast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%