Filter By

Package Types

Operating System

Categories

Trust Information

By: | 279 downloads | Last Updated: 11/14/2019 | Latest Version: 0.0.2.0

Provides functions (cmdlets) to monitor changes in modules in developer folder. Updated module will be updated via command Import-Module $modName -Force. How to use. Add the following code in your project entry point file. function monitorChangesInModules($dir) { startDirMonitor $dir if ($updatedModules) { ... More info