AtlassianPS/BitbucketPS

Compile module files into psm1

lipkau opened this issue · 1 comments

The Build task of the CI can modify the folder structure and manifest so that all functions are declared in the psm1 file

@martin9700: what do you think?

That’s a great idea. I use my PSModuleBuild to do that very thing (using psake). It builds itself, essentially. Module and manifest aren’t even in the repo, just publish straight to gallery. But there are plenty of ways to skin this cat!