Skip to content

Commit

Permalink
chore: Update README. Add prompt example
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Jul 15, 2024
1 parent 85c5f87 commit 84f5804
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ repopack path/to/directory

Once you have generated the packed file, you can use it with Generative AI tools like Claude or ChatGPT.

### Prompt Examples

When using the packed file with AI tools, you can use prompts like these to start your conversation:

#### English

```
This file contains the contents of my repository combined into a single file. I'd like to refactor the code, so please review the code first.
```

#### Japanese

```
このファイルはリポジトリのファイルを1つにしたものです。コードのリファクタをしたいのでまずコードを確認してください。
```

### Command Line Options

- `-v, --version`: Show tool version
Expand Down

0 comments on commit 84f5804

Please sign in to comment.