You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asynchronous CLI Spinner. This package has been created to handle simultaneous/multiple spinner at a time. The package has been inspired by [Ora](https://github.com/sindresorhus/ora) but in Asynchronous.
9
+
Asynchronous CLI Spinner. This package has been created to handle simultaneous/multiple spinner at a time. The package has been inspired by [Ora](https://github.com/sindresorhus/ora) but asynchronous.
8
10
9
11
All available spinners are part of [cli-spinners](https://github.com/sindresorhus/cli-spinners#readme) package.
10
12
@@ -13,7 +15,8 @@ All available spinners are part of [cli-spinners](https://github.com/sindresorhu
13
15
</p>
14
16
15
17
## Requirements
16
-
-[Node.js](https://nodejs.org/en/) v18 or higher
18
+
19
+
-[Node.js](https://nodejs.org/en/) v20 or higher
17
20
18
21
## Getting Started
19
22
@@ -26,6 +29,7 @@ $ yarn add @topcli/spinner
26
29
```
27
30
28
31
## Usage example
32
+
29
33
Create and wait multiple spinner at a time.
30
34
31
35
```js
@@ -68,7 +72,8 @@ await timers.setTimeout(1_000);
68
72
spinner.succeed("All done !");
69
73
```
70
74
71
-
> 👀 When you are working on a CLI that can be used as an API too, the **verbose** option allow you to disable the Spinner.
75
+
> [!TIP]
76
+
> When you are working on a CLI that can be used as an API too, the **verbose** option allow you to disable the Spinner.
0 commit comments