One of the features of Powershell is adding in additional modules to extend functionality.
How would we make that possible with this powershell function template?
There is already the --build-option falg that allows adding additional system dependencies (such as git, make, gcc, etc.)
Python has the requirements.txt file that handles this. Is there something for Powershell that we can utilize?