chocolatey-community / chocolatey-packages-template

A template to use when setting up to create packages both manual and automatic
Apache License 2.0
83 stars 348 forks source link

Improve QOL for Package Development and Testing #54

Open JPRuskin opened 1 month ago

JPRuskin commented 1 month ago

The workflow for users building and testing packages could be improved, e.g. with an argument completer for the update and test scripts to allow folk to tab-complete package IDs.

We could, at the same time, improve the readability and maintainability of the scripts by adding some light comment help and possibly doing a quick formatting pass, and switching from aliases to full names where possible.

e.g. https://github.com/chocolatey-community/chocolatey-packages/pull/2498/