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

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

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#