File tree Expand file tree Collapse file tree 1 file changed +34
-3
lines changed
Expand file tree Collapse file tree 1 file changed +34
-3
lines changed Original file line number Diff line number Diff line change 1- # fancy-progress-cli
21
3- A stylish, emoji-themed CLI progress bar.
2+ # 🎉 fancy- progress-cli
43
5- ## Install
4+ A customizable, emoji-themed CLI progress bar tool for Node.js.
5+
6+ ## 📦 Installation
67
78``` bash
89npm install -g fancy-progress-cli
10+ ````
11+
12+ # # 🚀 Usage
13+
14+ ` ` ` bash
15+ fancy-progress --total 50 --speed 80 --theme hearts --message " All done!"
16+ ` ` `
17+
18+ # # 🔧 Options
19+
20+ | Flag | Alias | Description | Default |
21+ | ----------- | ----- | ---------------------------- | ------------- |
22+ | ` --total` | ` -t` | Total steps to complete | ` 50` |
23+ | ` --speed` | ` -s` | Milliseconds between steps | ` 100` |
24+ | ` --theme` | ` -m` | Theme for the progress bar | ` classic` |
25+ | ` --message` | | Final message after complete | ` ✅ Complete! ` |
26+
27+ # # 🎨 Themes
28+
29+ * ` classic` → █ / ░
30+ * ` stars` → ★ / ☆
31+ * ` hearts` → ❤ / ♡
32+ * ` dots` → ● / ○
33+ * ` blocks` → ▓ / ▒
34+
35+ # # 💻 Example
36+
37+ ` ` ` bash
38+ fancy-progress -t 40 -s 60 -m stars --message " ✨ Finished!"
39+ ` ` `
You can’t perform that action at this time.
0 commit comments