Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkanet/pint
PowerShell Lint Tool
https://github.com/mkanet/pint
Last synced: about 1 month ago
JSON representation
PowerShell Lint Tool
- Host: GitHub
- URL: https://github.com/mkanet/pint
- Owner: mkanet
- License: other
- Created: 2013-11-07T03:49:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T07:44:31.000Z (about 12 years ago)
- Last Synced: 2024-11-30T12:00:37.896Z (about 1 month ago)
- Language: C#
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.