v0.1.23

yamadashy/repomixv0.1.23Aug 11, 2024by yamadashy

AI Summary

A new interactive setup wizard (`--init`) simplifies the configuration process for new users by prompting for output path and style. This feature guides users through creating a basic `repopack.config.json` file.

Key Highlights

  • Added `--init` command for interactive setup
  • Prompts for output file path and style
  • Simplified configuration for new users

New Features

  • Interactive configuration setup

Full Release Notes

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
```