This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Acknowledgements
joerghochwald edited this page Jan 14, 2019
·
20 revisions
This project owes some acknowlegement to others. Here are some other authors, projects, and companies which have made this project possible. If you believe you or a project should be included in this list please let us know.
- BuildHelpers - Helper functions for PowerShell CI/CD scenarios
- Pester - Pester is the ubiquitous test and mock framework for PowerShell. All my automated tests are based on Pester
- platyPS - Write PowerShell External Help in Markdown
- PowerShellGet - PowerShellGet is the Package Manager for PowerShell
- powershell-yaml - PowerShell CmdLets for YAML format manipulation
- PSCodeHealth - PowerShell module gathering PowerShell code quality and maintainability metrics
- PSScriptAnalyzer - PSScriptAnalyzer is a static code checker for Windows PowerShell modules and scripts.
- PowerShell - The Community is awesome! And: Thank you Microsoft for make it Open Source
- Visual Studio Code - Cross platform and very extensible code editor. And: Thank you Microsoft for make it Open Source
- Advanced Installer - For a free Advanced Installer Professional license
- TeamCity - Build Server (Powerful Continuous Integration out of the box)
- Mark Text - Cross platform visual markdown editor. Free and Open Source.
- MacDown - A great macOS visual markdown editor. Free and Open Source.
- GitHub - Well you see it :-)
- PowerShell Practice and Style - The Unofficial PowerShell Best Practices and Style Guide and a great starting point.
-
Semantic Versioning - The source of the
MAJOR.MINOR.PATCH
guidance - Keep a Changelog - The basic idea of our changelog organisation.