AtlassianPS / BitbucketPS

PowerShell module to interact with Atlassian Bitbucket
https://AtlassianPS.org/BitbucketPS
MIT License
33 stars 15 forks source link

Compile module files into psm1 #12

Open lipkau opened 6 years ago

lipkau commented 6 years ago

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?

martin9700 commented 6 years ago

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!