mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
- Remove --editable flag for proper production installs - Use temp directory instead of ~/boilerplates for installation - Add network timeouts (10s for API, 30s for downloads) - Improve error handling and validation - Add post-install verification - Remove --path option (no longer needed with pipx) - Add uninstall instructions - Verify package structure before installation Security improvements preserved from previous feedback: - Maintains -q flag on curl calls - Proper trap cleanup for temp directories - Robust argument parsing - mktemp dependency check