Authoring Modules
Building a module
Some interesting links:
- Notes from Warren F here.
Expressing module dependencies
An interesting project is the PSDepend module that is a dependency handler for PowerShell. It will download dependencies expresses in *.depend.psd1
or requirements.psd1
files. See the GitHub page of the project.