First official release of PSModuleBuild.
Keep your functions for a module all in separate ps1 files, which makes for easy maintenance and updating. Then pull them all together into a single module file and updated manifest file. Great for CI/CD pipelines.
Install from the PowerShell Gallery:
Install-Module PSModuleBuild