Vibeleaderboard
← Back to Vibers
PowerShell
Company

PowerShell

Index Rank46

4 Tools

PowerShell is Microsoft's task automation and configuration management shell, conceived by Jeffrey Snover in a 2002 white paper (the "Monad Manifesto") and first shipped as Windows PowerShell 1.0 in 2006. In 2016, Microsoft open-sourced it under the MIT License and extended it to Linux and macOS, transforming a Windows-only administrator tool into a cross-platform scripting platform built on .NET. The PowerShell Team, based in Redmond, maintains the open-source project.

Tools

PowerShell(github.com/powershell/powershell)

Cross-platform shell and scripting language for automation, built around structured data, REST APIs, and object models.

Developer Tools55.3kMITbuilt by powershell
PowerShell Editor Services(https://github.com/powershell/PowerShellEditorServices)

Language server and debugger that powers PowerShell support in VS Code and other editors over LSP and DAP.

Developer ToolsOpen SourceLibraries764MITbuilt by powershell
platyPS(https://github.com/powershell/platyPS)

Lets PowerShell module authors write external help in Markdown that compiles to the MAML help format.

Developer ToolsOpen SourceCLI Tools872MITbuilt by powershell
PowerShell Completion Predictor(https://github.com/powershell/completionpredictor)

PSReadLine plugin that turns shell history into inline predictive command suggestions as you type.

Developer ToolsOpen SourceCLI Tools194MITbuilt by PowerShell