I want to organize functions into multiple .psm1 files and have them loaded by a single Module Manifest file (.psd1) — such that Only the .psd1 file would need to have the same name as the module.
I think it should be possible. Can anyone help me out please ?
New-ModuleManifestcommandModulepath\Modulename.psm1Import-Module <<module-name>>