About The Pipeworks Manifest - Nest

The NestedModule section (aka Nest, NestedModules, or Nested) is a hashtable containing the names of modules to nest and the directories in which they will be placed. Each value can be: This example nests the module Start-Scripting in the subdirectory Blog
            
@{             
NestedModules = @{             
"Blog" = "Start-Scripting:Blog"             
}             
}