qase-report 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -15,37 +15,15 @@ Open-source CLI tool for visualizing test reports in [Qase Report Format](https:
15
15
  - **Dark Theme** — Dark mode by default with light theme option
16
16
  - **Static Export** — Generate standalone HTML file that works offline
17
17
 
18
- ## Installation (Development)
19
-
20
- ### Requirements
21
-
22
- - Node.js >= 18.0.0
23
- - npm
24
-
25
- ### Setup
26
-
27
- ```bash
28
- # Clone the repository
29
- git clone https://github.com/qase-tms/qase-report.git
30
- cd qase-report
31
-
32
- # Install dependencies
33
- npm install
34
-
35
- # Build the CLI
36
- npm run build
37
- ```
38
-
39
- After building, you can run the CLI directly:
18
+ ## Installation
40
19
 
41
20
  ```bash
42
- node dist/cli/index.js --help
21
+ npm install -g qase-report
43
22
  ```
44
23
 
45
- Or link it globally for easier access:
24
+ Verify the installation:
46
25
 
47
26
  ```bash
48
- npm link
49
27
  qase-report --help
50
28
  ```
51
29