We need an Export-QuickModule function that creates a psd1 file and moves a quickmodule to $profileroot
Closed this issue · 1 comments
EdLichtman commented
Once a QuickModule is ready to go and be published, we need a psd1 file to be created for it with all the exported functions and aliases
EdLichtman commented
Export-QuickModule is to be used for Exporting for import. Split-QuickModule splits the nested module out to $profileroot.
Included with next pull request.