Powershell modules
Some of my powershell modules.
Publishmap
Project site Powershell Gallery
Processes Powershell hashmaps, enriching them with features like inheritance and variable substitution. Helps writing consice, readable configuraton files that can be easily consumed in Powershell.
Pathutils
Project site Powershell Gallery
Provides some basic PATH manipulation helpers: add/remove entries to PATH, check if a command is available on PATH, etc.
Cache
Project site Powershell Gallery
Facilitates caching data. Store data in local disk cache, safely store credentials, use in-memory cache to avoid costly file loading.
Remoting
Project site Powershell Gallery
Provides aliases for connecting with remote powershell and remote desktop. Supports configuration files for storing remote machines info.
Require
Project site Powershell Gallery
Module installation and loading in one simple command: require Some-Module
.
Newtonsoft.Json
Project site Powershell Gallery
A wrapper for Newtonsoft.Json
library serialization.
Beam
Automated .Net deployment with powershell.
Csproj
Project site Powershell Gallery
Manipulates csproj files.
Process
Project site Powershell Gallery
Utils for invoking external executables.
Nupkg
Project site Powershell Gallery
Easily update, pack and push nugets.