Filter By

Package Types

Operating System

Categories

Trust Information

By: | 112,643 downloads | Last Updated: 7/23/2025 | Latest Version: 1.1.8

Module contains functions that allows you to check for PowerShell code/script/module dependencies through static code analysis (AST). Some of the interesting functions: - Get-CodeDependency - searches for PowerShell code/script/module dependencies through static code analysis (AST). Supports also checks against PowerShell Gallery - G... More info

By: | 12,255 downloads | Last Updated: 7/24/2017 | Latest Version: 1.0

A graphical explorer for the PowerShell AST

By: | 14,299 downloads | Last Updated: 4/13/2023 | Latest Version: 1.2.14

Tools to help migrate scripts using the official Azure/AzureAD modules

By: | 5,960 downloads | Last Updated: 2/26/2018 | Latest Version: 0.1.0

A PowerShell module for working with the AST

By: | 6,459 downloads | Last Updated: 7/17/2016 | Latest Version: 1.4.1

A set of functions for standardizing and reformatting PowerShell script code.

By: | 3,326 downloads | Last Updated: 10/22/2017 | Latest Version: 0.1.0

Browse script structure like a File System. Requires VSCode or other PowerShellEditorServices enabled editor.

By: | 3,638 downloads | Last Updated: 1/14/2025 | Latest Version: 1.3.0

A set of PowerShell 7 commands for managing and automating PowerShell scripts, functions, and modules. You can use these tools to accelerate PowerShell script development.

By: | 2,257 downloads | Last Updated: 5/23/2019 | Latest Version: 1.0.14

A Simple yet powerful PowerShell plain text parser. The main goal of this module is to process the plain text line by line, highlight and transform it, and to perform various callback events.

By: | 332 downloads | Last Updated: 8/7/2022 | Latest Version: 1.4.5

Build a tree of function calls.

By: | 157 downloads | Last Updated: 12/25/2025 | Latest Version: 0.1.4

Search PowerShell files fast for function definitions, params, variables, using AST.

By: | 121 downloads | Last Updated: 12/17/2025 | Latest Version: 1.0.12

A graphical viewer and explorer for PowerShell Abstract Syntax Trees (AST)

By: | 122 downloads | Last Updated: 8/18/2022 | Latest Version: 2.0.2

Build a tree of function calls.

By: | 71 downloads | Last Updated: 2/5/2026 | Latest Version: 1.0.8

Tree-sitter AST parsing and analysis via PowerShell. Native C# implementation with schema-driven extraction. Supports 28+ languages.

By: | 42 downloads | Last Updated: 9/24/2025 | Latest Version: 1.0.1

Gets TerraformAST from .tf files

By: | 43 downloads | Last Updated: 2/20/2026 | Latest Version: 0.2.1

Generate Microsoft Desired State Configuration (DSC) resource manifests and JSON Schema from PowerShell DSC resources

By: | 39 downloads | Last Updated: 5/5/2026 | Latest Version: 1.1.0

Build a single deployable PowerShell script from a multi-file project. PSScriptBuilder resolves class inheritance and dependency order automatically using AST analysis — no manual ordering required. Supports classes, enums, functions, template-based output, and release management.

By: | 0 downloads | Last Updated: 7/3/2026 | Latest Version: 0.1.0

Mutation testing for PowerShell. Injects small faults (flip -eq to -ne, $true to $false, N to N+1, drop -not) into your scripts using the PowerShell AST and reports how many your Pester suite catches - the metric line coverage cannot give you. Runs mutants in a throwaway sandbox so your source is never modified.

By: | 0 downloads | Last Updated: 7/3/2026 | Latest Version: 0.1.0

Cyclomatic and cognitive complexity for PowerShell. Cognitive complexity is a faithful port of the SonarSource metric (nesting-aware -- the better signal for "hard to understand"), validated against reference scores. Measures per unit (function/filter + script body) via the PowerShell AST; ships a Test-PSComplexity gate for CI.

By: | 0 downloads | Last Updated: 7/2/2026 | Latest Version: 1.0.0

Serialise PowerShell objects to PSD1 strings, and safely read PSD1/PS1 data files with AST-based sanitization.