PowerShell Crescendo currently supports generating multiple json files into a single PowerShell module. ```powershell Export-CrescendoModule -ConfigurationFile .\get-ipconfig.proxy.json,.\Remove-ipconfig.proxy.json,.\New-ipconfig.proxy.json -ModuleName ./ipconfig.psm1 ``` - It would be easier to develop and maintain multiple native commands in a single json file. - Crescendo should support both linux and windows native commands in the same json file. _Originally posted by @theJasonHelmick in https://github.com/PowerShell/Crescendo/discussions/45_