mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
The previous implementation extracted the tarball and tried to install from the extracted directory, but pipx had issues parsing it. This fix: - Installs directly from the .tar.gz file (pipx supports this) - Removes unnecessary extraction step - Fixes temp directory cleanup timing (was cleaning up before install) - Moves cleanup trap to main() to ensure files exist during installation This resolves the 'Unable to parse package spec' error.