Skip to content

Commit 5e835bc

Browse files
♥ Warp sponsorship (#1639)
--------- Co-authored-by: Eric Chen <[email protected]>
1 parent e345f67 commit 5e835bc

File tree

15 files changed

+281
-0
lines changed

15 files changed

+281
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"demo": "node --watch-path=packages/ packages/demo/dist/esm/index.js",
5858
"dev": "turbo watch tsc",
5959
"prepare": "husky && turbo tsc attw",
60+
"prepublishOnly": "find . -type f -name 'README*' -exec sed -i '' -e 's/utm_source=github/utm_source=npmjs/g' {} +",
6061
"setup": "node ./tools/setup-packages.mjs",
6162
"pretest": "turbo tsc && eslint . && yarn tsc:test",
6263
"test": "vitest --run packages && node --test integration/**/*.test.*",

packages/checkbox/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of checkboxes (multi se
44

55
![Checkbox prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/checkbox.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/confirm/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Simple interactive command line prompt to gather boolean input from users.
44

55
![Confirm prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/confirm.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/core/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ The `@inquirer/core` package is the library enabling the creation of Inquirer pr
44

55
It aims to implements a lightweight API similar to React hooks - but without JSX.
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/editor/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Prompt that'll open the user preferred editor with default content and allow for a convenient multi-line input controlled through the command line.
44

5+
# Special Thanks
6+
7+
<div align="center">
8+
<br>
9+
<br>
10+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
11+
<div>
12+
<picture>
13+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
14+
</picture>
15+
</div>
16+
<b>Warp, the intelligent terminal for developers</b>
17+
<div>
18+
<sup>Available for MacOS and Linux<br>
19+
Visit warp.dev to learn more
20+
</sup>
21+
</div>
22+
</a>
23+
</div>
24+
525
# Installation
626

727
<table>

packages/expand/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Compact single select prompt. Every option is assigned a shortcut key, and selec
55
![Expand prompt closed](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-y.svg)
66
![Expand prompt expanded](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-d.svg)
77

8+
# Special Thanks
9+
10+
<div align="center">
11+
<br>
12+
<br>
13+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
14+
<div>
15+
<picture>
16+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
17+
</picture>
18+
</div>
19+
<b>Warp, the intelligent terminal for developers</b>
20+
<div>
21+
<sup>Available for MacOS and Linux<br>
22+
Visit warp.dev to learn more
23+
</sup>
24+
</div>
25+
</a>
26+
</div>
27+
828
# Installation
929

1030
<table>

packages/input/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Interactive free text input component for command line interfaces. Supports vali
44

55
![Input prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/input.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/inquirer/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,26 @@ A collection of common interactive command line user interfaces.
4444

4545
> **Note:** **`Inquirer.js`** provides the user interface and the inquiry session flow. If you're searching for a full blown command line program utility, then check out [commander](https://github.com/visionmedia/commander.js), [vorpal](https://github.com/dthree/vorpal) or [args](https://github.com/leo/args).
4646
47+
# Special Thanks
48+
49+
<div align="center">
50+
<br>
51+
<br>
52+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
53+
<div>
54+
<picture>
55+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
56+
</picture>
57+
</div>
58+
<b>Warp, the intelligent terminal for developers</b>
59+
<div>
60+
<sup>Available for MacOS and Linux<br>
61+
Visit warp.dev to learn more
62+
</sup>
63+
</div>
64+
</a>
65+
</div>
66+
4767
## [Documentation](#documentation)
4868

4969
<a name="documentation"></a>

packages/number/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Interactive free number input component for command line interfaces. Supports validation, filtering, transformation, etc.
44

5+
# Special Thanks
6+
7+
<div align="center">
8+
<br>
9+
<br>
10+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
11+
<div>
12+
<picture>
13+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
14+
</picture>
15+
</div>
16+
<b>Warp, the intelligent terminal for developers</b>
17+
<div>
18+
<sup>Available for MacOS and Linux<br>
19+
Visit warp.dev to learn more
20+
</sup>
21+
</div>
22+
</a>
23+
</div>
24+
525
# Installation
626

727
<table>

packages/password/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Interactive password input component for command line interfaces. Supports input
44

55
![Password prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/password.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/prompts/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ Give it a try in your own terminal!
1515
npx @inquirer/demo@latest
1616
```
1717

18+
# Special Thanks
19+
20+
<div align="center">
21+
<br>
22+
<br>
23+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
24+
<div>
25+
<picture>
26+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
27+
</picture>
28+
</div>
29+
<b>Warp, the intelligent terminal for developers</b>
30+
<div>
31+
<sup>Available for MacOS and Linux<br>
32+
Visit warp.dev to learn more
33+
</sup>
34+
</div>
35+
</a>
36+
</div>
37+
1838
# Installation
1939

2040
<table>

packages/rawlist/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Simple interactive command line prompt to display a raw list of choices (single
44

55
![rawlist prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/rawlist.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/search/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Interactive search prompt component for command line interfaces.
44

55
![search prompt](https://raw.githubusercontent.com/SBoudrias/Inquirer.js/f459199e679aec7676cecc0fc12ef8a4cd3dda0b/assets/screenshots/search.png)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/select/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of choices (single sele
44

55
![select prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/list.svg)
66

7+
# Special Thanks
8+
9+
<div align="center">
10+
<br>
11+
<br>
12+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
13+
<div>
14+
<picture>
15+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16+
</picture>
17+
</div>
18+
<b>Warp, the intelligent terminal for developers</b>
19+
<div>
20+
<sup>Available for MacOS and Linux<br>
21+
Visit warp.dev to learn more
22+
</sup>
23+
</div>
24+
</a>
25+
</div>
26+
727
# Installation
828

929
<table>

packages/testing/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
The `@inquirer/testing` package is Inquirer's answer to testing prompts [built with `@inquirer/core`](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/core).
44

5+
# Special Thanks
6+
7+
<div align="center">
8+
<br>
9+
<br>
10+
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
11+
<div>
12+
<picture>
13+
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
14+
</picture>
15+
</div>
16+
<b>Warp, the intelligent terminal for developers</b>
17+
<div>
18+
<sup>Available for MacOS and Linux<br>
19+
Visit warp.dev to learn more
20+
</sup>
21+
</div>
22+
</a>
23+
</div>
24+
525
# Installation
626

727
<table>

0 commit comments

Comments
 (0)