Repopack

Latest version: v0.1.4

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.1.28

Bug Fixes

Fix concurrency issue in environments where CPU count is unavailable (56, 57)

- Resolved the issue where Repopack would fail in environments where `os.cpus().length` returns 0 (e.g., some Termux on Android setups)

---

To update, simply run:

npm update -g repopack


As always, we appreciate your feedback and contributions to make Repopack even better!

0.1.27

Bug Fixes

Fix `output.showLineNumbers` (54)

- Resolved the issue where line numbers were not being added to processed content when `output.showLineNumbers` was enabled
- Implemented padding for line numbers to ensure proper alignment

---

To update, simply run:

npm update -g repopack


As always, we appreciate your feedback and contributions to make Repopack even better!

0.1.26

Bug Fixes

- Fixed issue where Repopack could process its own output file (53)

---

To update:


npm update -g repopack


Thank you for using Repopack!

0.1.25

This update introduces global configuration support, allowing for more consistent settings across projects.

What's New

Global Configuration Support (51, 52)

- Added support for global configuration files
- Implemented `repopack --init --global` command to create a global config
- Global config locations:
- Windows: `%LOCALAPPDATA%\Repopack\repopack.config.json`
- macOS/Linux: `$XDG_CONFIG_HOME/repopack/repopack.config.json` or `~/.config/repopack/repopack.config.json`
- Local configs still take precedence when present

---
To update, simply run:

npm update -g repopack


As always, we appreciate your feedback and contributions to make Repopack even better!

0.1.24

This update focuses on significant performance improvements through the implementation of parallel processing.

What's New

Parallel Processing (50)

- Implemented parallel processing in key components of Repopack

---
To update, simply run:

npm update -g repopack


As always, we appreciate your feedback and contributions to make Repopack even better!

0.1.23

This update introduces a new interactive configuration setup and includes several improvements to enhance user experience.

New Features

Interactive Configuration Setup (45)

- Added a new `--init` command to Repopack
- Users can now interactively create a basic `repopack.config.json` file
- The setup prompts for:
- Output file path
- Output style (plain or XML)

<img width="633" alt="image" src="https://github.com/user-attachments/assets/e3a2bba3-053a-491c-ae42-36bd24cc4395">

This new feature simplifies the process of getting started with Repopack, especially for new users.

---

To update, simply run:
bash
npm update -g repopack

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.