pnpm-catalog-updates 0.6.6 → 0.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # pcu
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/pcu.svg)](https://www.npmjs.com/package/pcu)
4
+ [![npm downloads](https://img.shields.io/npm/dm/pcu.svg)](https://www.npmjs.com/package/pcu)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+ [![Node.js Version](https://img.shields.io/badge/node-%3E%3D22.0.0-brightgreen.svg)](https://nodejs.org/)
7
+
3
8
  A powerful CLI tool for managing pnpm workspace catalog dependencies with ease.
4
9
 
5
- ## 🚀 Quick Start
10
+ ## Quick Start
6
11
 
7
12
  ### Installation
8
13
 
@@ -46,7 +51,9 @@ pcu workspace
46
51
  pcu -s
47
52
  ```
48
53
 
49
- ## 📋 Commands
54
+ ![PCU Showcase](https://github.com/user-attachments/assets/f05a970e-c58c-44f1-b3f1-351ae30b4a35)
55
+
56
+ ## Commands
50
57
 
51
58
  | Command | Shorthand | Description |
52
59
  | --------------- | --------- | ----------------------------------------------- |
@@ -57,7 +64,7 @@ pcu -s
57
64
  | `pcu init` | | Initialize workspace with catalog configuration |
58
65
  | `pcu help` | `pcu -h` | Display help information |
59
66
 
60
- ## 🎯 Common Examples
67
+ ## Common Examples
61
68
 
62
69
  ```bash
63
70
  # Interactive update with backup
@@ -79,7 +86,7 @@ pcu workspace --validate
79
86
  pcu update --dry-run
80
87
  ```
81
88
 
82
- ## ⚙️ Options
89
+ ## Options
83
90
 
84
91
  ### Global Options
85
92
 
@@ -96,7 +103,7 @@ pcu update --dry-run
96
103
  - `--target <level>`: Update target (patch|minor|major|latest)
97
104
  - `--catalog <name>`: Target specific catalog
98
105
 
99
- ## 📁 Configuration
106
+ ## Configuration
100
107
 
101
108
  Create a `.pcurc.json` file in your project root:
102
109
 
@@ -109,22 +116,22 @@ Create a `.pcurc.json` file in your project root:
109
116
  }
110
117
  ```
111
118
 
112
- ## 🔧 Requirements
119
+ ## Requirements
113
120
 
114
121
  - Node.js >= 22.0.0
115
122
  - pnpm workspace with catalog configuration
116
123
  - pnpm-workspace.yaml with catalog entries
117
124
 
118
- ## 📚 Documentation
125
+ ## Documentation
119
126
 
120
127
  For complete documentation, visit:
121
128
  [pnpm-catalog-updates](https://github.com/houko/pnpm-catalog-updates#readme)
122
129
 
123
- ## 🤝 Contributing
130
+ ## Contributing
124
131
 
125
132
  Found a bug or want to contribute? Visit our
126
133
  [GitHub repository](https://github.com/houko/pnpm-catalog-updates).
127
134
 
128
- ## 📄 License
135
+ ## License
129
136
 
130
137
  MIT © [Evan Hu](https://github.com/houko)