Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.33 KB

File metadata and controls

29 lines (21 loc) · 1.33 KB

GenXdev — Core

Overview

The root GenXdev module is the entry point to the platform. It provides the discovery cmdlets that let you explore the full suite — list every module, cmdlet, and alias in one view, or search for specific commands and open their source instantly.

What It Offers

Command Aliases What it does
Show-GenXdevCmdlet cmds Display all or find cmdlets on a part of their name or aliases
Get-GenXDevCmdlet gcmds Retrieve and filter the full cmdlet list programmatically

How It All Comes Together

Show-GenXdevCmdlet (cmds) displays all GenXdev modules with their cmdlets and aliases. Get-GenXDevCmdlet (gcmds) retrieves and filters the full cmdlet list programmatically.

See Also