Skip to content

Commit

Permalink
♥ Warp sponsorship (#1639)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Eric Chen <[email protected]>
  • Loading branch information
SBoudrias and ericdachen authored Jan 11, 2025
1 parent e345f67 commit 5e835bc
Show file tree
Hide file tree
Showing 15 changed files with 281 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"demo": "node --watch-path=packages/ packages/demo/dist/esm/index.js",
"dev": "turbo watch tsc",
"prepare": "husky && turbo tsc attw",
"prepublishOnly": "find . -type f -name 'README*' -exec sed -i '' -e 's/utm_source=github/utm_source=npmjs/g' {} +",
"setup": "node ./tools/setup-packages.mjs",
"pretest": "turbo tsc && eslint . && yarn tsc:test",
"test": "vitest --run packages && node --test integration/**/*.test.*",
Expand Down
20 changes: 20 additions & 0 deletions packages/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of checkboxes (multi se

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/confirm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to gather boolean input from users.

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ The `@inquirer/core` package is the library enabling the creation of Inquirer pr

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/expand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Compact single select prompt. Every option is assigned a shortcut key, and selec
![Expand prompt closed](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-y.svg)
![Expand prompt expanded](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-d.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive free text input component for command line interfaces. Supports vali

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/inquirer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,26 @@ A collection of common interactive command line user interfaces.

> **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).
# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

## [Documentation](#documentation)

<a name="documentation"></a>
Expand Down
20 changes: 20 additions & 0 deletions packages/number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive password input component for command line interfaces. Supports input

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/prompts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ Give it a try in your own terminal!
npx @inquirer/demo@latest
```

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/rawlist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a raw list of choices (single

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive search prompt component for command line interfaces.

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of choices (single sele

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

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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).

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down

0 comments on commit 5e835bc

Please sign in to comment.