dmpost 

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

Provides functions (cmdlets) for advanced colorized logging in terminal. Converts objects in JSON, allows to measure time of execution. Shows the file name and line where the "out" command called. How to use. Add the following code in your project. # to log some text out "some text" # to log some object out $object # to log some ob... More info

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