Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkanet/pint

PowerShell Lint Tool
https://github.com/mkanet/pint

Last synced: about 1 month ago
JSON representation

PowerShell Lint Tool

Awesome Lists containing this project

README

        

# Pint

Pint is a simple lint tool for PowerShell. It can be used to sanity-check PowerShell source for parse errors and other issues when building a project,
without executing any PowerShell code.

It depends on PowerShell 3.0 because it uses the PowerShell parser API which was introduced in that release.