v0.1.33
yamadashy/repomixv0.1.33Sep 1, 2024by yamadashy
AI Summary
This release improves the `--init` process by separating the creation of configuration and ignore files for granular control.
Key Highlights
- Separated the creation processes for `repopack.config.json` and `.repopackignore` files.
- Allows users more granular control over their setup.
New Features
- Separated init processes
Full Release Notes
This release brings improvements to the `--init` process. ## Improvements ### Enhanced `repopack --init` Process (#67) - Separated the creation processes for `repopack.config.json` and `.repopackignore` files, allowing users more granular control over their setup. These improvements make it easier for new users to get started with Repopack and provide a smoother configuration experience for all users. --- To update, simply run: ``` npm update -g repopack ``` As always, we appreciate your feedback and contributions to make Repopack even better!