Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
300 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 |