Create PowerShell Module
Version updated for https://github.com/mod-posh/CreatePowerShellModule to version 0.0.2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Create PowerShell Module GitHub Action” automates the process of building a PowerShell module from source files, consolidating the necessary components into a structured module format. It simplifies module creation by handling tasks like sourcing files, managing dependencies, and defining output directories, making it easier for developers to package and distribute their PowerShell scripts. This action is particularly useful for streamlining workflows in CI/CD pipelines.
Release notes
BUGFIX: Resolved file import and module creation
Full Changelog: https://github.com/mod-posh/CreatePowerShellModule/compare/v0.0.1.0...0.0.2.0