Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ points:
support
- **Batch Processing**: Support loop processing until all packages are categorized

<img src="https://github.com/lonewolfyx/pnpm-category-catalog/raw/master/screenshot.gif" alt="screenshot">
<img src="https://github.com/lonewolfyx/pnpm-category-catalog/raw/master/screenshot.png" alt="screenshot">

## 🛠️ Usage

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- **交互式操作**:提供友好的命令行交互界面,支持确认、取消和撤销操作
- **批量处理**: 支持循环处理,直到所有依赖项都被分类

<img src="https://github.com/lonewolfyx/pnpm-category-catalog/raw/master/screenshot.gif" alt="screenshot">
<img src="https://github.com/lonewolfyx/pnpm-category-catalog/raw/master/screenshot.png" alt="screenshot">

## 🛠️ 如何使用

Expand Down
2 changes: 1 addition & 1 deletion examples/fixtures/basic/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- packages/*

catalog:
"@antfu/eslint-config": ^6.7.3
'@antfu/eslint-config': ^6.7.3
lodash: ^4.17.21
dayjs: ^1.11.10
express: ^4.18.0
Expand Down
Binary file removed screenshot.gif
Binary file not shown.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default defineConfig({
],
coverage: {
provider: 'v8',
include: ['src/**/*.ts'],
exclude: ['src/types/**'],
},
},
})