mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
26 lines
450 B
Markdown
26 lines
450 B
Markdown
---
|
|
title: PSScriptAnalyzer
|
|
homepage: https://github.com/PowerShell/PSScriptAnalyzer
|
|
tagline: |
|
|
PSScriptAnalyzer is Formatter & Linter for PowerShell.
|
|
---
|
|
|
|
To update or switch versions, run `webi psscriptanalyzer`.
|
|
|
|
## Cheat Sheet
|
|
|
|
### Files
|
|
|
|
These are the files / directories that are created and/or modified with this
|
|
install:
|
|
|
|
```text
|
|
~/.local/share/powershell/Modules/
|
|
```
|
|
|
|
## Check the Installed Version
|
|
|
|
```pwsh
|
|
Get-Module -ListAvailable
|
|
```
|