toko-posh-dev-tools

0.1.1

Tools for PowerShell development.

Minimum PowerShell version

5.1

The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name toko-posh-dev-tools -RequiredVersion 0.1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name toko-posh-dev-tools -Version 0.1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 Todor Mitskovski. All rights reserved.

Package Details

Author(s)

  • Todor Mitskovski

Functions

get-userConfig

Dependencies

This module has no dependencies.

Release Notes

## 0.1.1
get-userConfig
   Bug Fix: when corrupted or empty useConfig crashes.

## 0.1.0
get-userConfig
   Easier management of user settings between different releases of powershell modules.
   The tool reads initial settings from default config file that is deployed with the new version of a module.
   It then syncs this file with a user config file created from previous version and applies following changes:
   - Newly added settings to default config are transfered with their default values to user config file.
   - Removed settings from default config file are removed from user config file as well.
   - All other settings are not modified.

FileList

Version History

Version Downloads Last updated