EvotecIT / PSSharedGoods

PSSharedGoods is little PowerShell Module that primary purpose is to be useful for multiple tasks, unrelated to each other. I've created this module as “a glue” between my other modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra 't' in Get-TimeSetttings

rmbolger opened this issue · comments

Not sure if this was on purpose or not, but the English word "Settings" should only have 2 T's but the function name has 3. The file name it resides in is correct though.

function Get-TimeSetttings {

Not on purpose, for sure not. I'm just being sloppy. Thank you

Don't forget the reference in FunctionsToExport in the module manifest.

That's one thing I don't have to worry about. In Publish folder you will notice Manage-Module.ps1 which rebuilds PSD1 on prepares a separate release for publishing. It's able to detect missing functions, build private/public entries, and do a to of other things. I've just not committed regenerated PSD1. All my projects use this.

image
image
image

Not everything is 100% functioning hence the module PSPublishModule is not even described anywhere - but it does work for my needs.

No worries. The only reason I noticed is because I was loading the module from a master branch clone rather than a release version.