Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 997 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 997 Bytes

Vigilant Memory

This is a collection of utility scripts and other helpful tools I've written throughout my career in IT. I'm putting them here both to keep track of them as well as in the hope that they are useful to anyone else.

Vigilant Memory CI CodeFactor codecov

PowerShell

Scripts

Meta

These are PowerShell scripts that help me write other PowerShell scripts. Very meta.

  • New-Function - A function that creates a new function from scratch. Lots of parameters to specify name, params, comment-based help, etc. Includes checking to ensure the name is well-formed and verb is approved.