Stucco
Stucco copied to clipboard
An opinionated Plaster template for high-quality PowerShell modules
Update the initial module to require Pester 5.3.3 ## Description Update the initial module to require Pester 5.3.3. This will be called during the `-Bootstrap` step. ## Related Issue #33...
**Description** If you commit the initial module generated by Stucco, the Github Action for CI fails because it can't load Pester. Fix after changing it to 5.3.3: **Steps to Reproduce**...
**Description** When running build.ps1 you get errors. **Steps to Reproduce** 1. Create a module 2. Run .\build.ps1 **Current Behavior** ``` Describing Test help for [-] Describe Test help for failed...
**Description** After creating a new module and executing the build.ps1 script the pester tests are failing with the following error messages: ``` Running tests from 'C:\!_Projects\myproject\tests\Help.tests.ps1' Describing Test help for...
This adds autocomplete to the Task parameter. ## Description The ArgumentCompleter attribute works by reading the `psakefile.ps1` with `Get-PSakeScriptTasks` and providing autocomplete suggestions. ## Related Issue Discussion #25 ## Motivation...
**Description** - Update dependencies/requirements in both the module and template itself. - The Build/Test steps are failing due to a mismatch in `PowerShellBuild` version in `psake task FromModule` and the...
**Description** GitHub supports [multiple issue templates](https://help.github.com/en/articles/creating-issue-templates-for-your-repository) on repositories. We should add bug and feature templates to Stucco. **Describe the solution you'd like** Multiple issue templates are available for users to...
**Description** When running the `New-StuccoModule` cmdlet under the latest version `0.5.0`, if you select to *Include VSCode dev container support* during the wizard, you will receive an error because there...
## Description as mentioned in the issue, powershell 7.4 broke help.tsts.ps1 ## Related Issue related issue https://github.com/devblackops/Stucco/issues/41 ## Motivation and Context as mentioned in the issue, powershell 7.4 broke help.tsts.ps1...
**Description** When using powershell 7.4 (7.3.X and earlier fine) The Tests in Help.tsts.ps1 now fails due to an additional common parameter in PowerShell 7.4. The Help.Tsts.ps1 attempts to filter out...