@portosaur/wizard 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  A general-purpose interactive CLI prompt library designed for managing complex, multi-step workflows. Built on top of `@clack/prompts`. It adds many additional features like back-navigation, history persistence, and dynamic branching.
4
4
 
5
- ## 🧩 Features
5
+ ## Features
6
6
 
7
7
  - **🔙 Back-Navigation** — Return to previous steps using the **Escape** key without terminal artifacts.
8
8
  - **🔄 History Replay** — Maintains session context by redrawing previous responses at the top of the terminal.
9
9
  - **🛡️ Signal Handling** — Robust handling for `Ctrl+C` with clean terminal termination.
10
10
  - **🔀 Dynamic Branching** — Skip or modify steps based on previous answers.
11
11
 
12
- ## 🚀 Installation
12
+ ## Installation
13
13
 
14
14
  ```bash
15
- npm install @portosaur/wizard
15
+ Bun install @portosaur/wizard
16
16
  ```
17
17
 
18
18
  ## 📖 Usage
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@portosaur/wizard",
3
- "version": "0.1.0",
4
- "description": "Wizard: Interactive CLI prompt library with back-navigation.",
3
+ "version": "0.1.2",
4
+ "description": "Wizard - Interactive CLI prompt library with back-navigation.",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "soymadip",
7
- "homepage": "https://soymadip.github.io/portosaur",
7
+ "homepage": "https://soymadip.github.io/portosaur/dev/wizard",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/soymadip/portosaur"