https://github.com/mod-posh/localautomation
A collection of scripts and files that are useful for working PowerShell development locally
https://github.com/mod-posh/localautomation
automation build pester powershell psake psscriptanalyzer
Last synced: 16 days ago
JSON representation
A collection of scripts and files that are useful for working PowerShell development locally
- Host: GitHub
- URL: https://github.com/mod-posh/localautomation
- Owner: mod-posh
- License: gpl-3.0
- Created: 2023-01-22T05:05:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T22:12:49.000Z (about 2 years ago)
- Last Synced: 2024-01-05T23:27:46.739Z (about 2 years ago)
- Topics: automation, build, pester, powershell, psake, psscriptanalyzer
- Language: PowerShell
- Homepage: https://patton-tech.com/blog/2023/01/23/how-i-work.html
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Automation
This is a collection of scripts that I use for PowerShell Module Development C# PowerShell Module Development and Azure DevOps extension Development.
## PSScriptAnalyzerSettings.psd1
There are times when I have issues with VSCode and the built-in PSScriptAnalyzer, mainly around psake Tasks, but in a few other places as well. Including this file in my Repositories since I rarely remember where it is.
## Vscode
The settings file is how my local vscode is setup
## ComplexModules
Complex modules are PowerShell modules made up of multiple modules. For my setup, the individual modules are built into a single module through my psake tasks.
## SimpleModules
Simple Modules are PowerShell modules that do not have multiple modules.
## C# Modules
PowerShell modules that are written in C#