JustinGrote / ModuleFast

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production
Other
77 stars 5 forks source link

🎉 Add support for #requires in scripts and modules #24

Closed JustinGrote closed 8 months ago

JustinGrote commented 8 months ago

This pull request adds support for #requires statements in scripts and improves the specfile tests to be less cumbersome. The changes include adding the necessary logic to handle #requires statements in scripts and updating the specfile tests to verify individual modules and versions. Additionally, the pull request includes fixes for failing scenarios where #requires statements are missing in scripts and module manifests.