Skip to content

Commit 48d0668

Browse files
authored
chore: Remove README sponsor block (#1885)
1 parent c562b2d commit 48d0668

File tree

16 files changed

+0
-160
lines changed

16 files changed

+0
-160
lines changed

packages/ansi/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
A lightweight package providing ANSI escape sequences for terminal cursor manipulation and screen clearing.
44

5-
# Special Thanks
6-
7-
<div align="center" markdown="1">
8-
9-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
10-
11-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
12-
13-
</div>
14-
155
# Installation
166

177
<table>

packages/checkbox/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ 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" markdown="1">
10-
11-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
12-
13-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
14-
15-
</div>
16-
177
# Installation
188

199
<table>

packages/confirm/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ 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" markdown="1">
10-
11-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
12-
13-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
14-
15-
</div>
16-
177
# Installation
188

199
<table>

packages/core/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ 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" markdown="1">
10-
11-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
12-
13-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
14-
15-
</div>
16-
177
# Installation
188

199
<table>

packages/editor/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ Prompt that'll open the user preferred editor with default content and allow for
44

55
The editor launched is the one [defined by the user's `EDITOR` environment variable](https://dev.to/jonasbn/til-integrate-visual-studio-code-with-shell--cli-2l1l).
66

7-
# Special Thanks
8-
9-
<div align="center" markdown="1">
10-
11-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
12-
13-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
14-
15-
</div>
16-
177
# Installation
188

199
<table>

packages/expand/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ 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" markdown="1">
11-
12-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
13-
14-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
15-
16-
</div>
17-
188
# Installation
199

2010
<table>

packages/external-editor/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ A Node.js module to edit a string with the user's preferred text editor using $V
55
> [!NOTE]
66
> This package is a replacement for the unmaintained `external-editor`. It includes security fixes.
77
8-
# Special Thanks
9-
10-
<div align="center" markdown="1">
11-
12-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
13-
14-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
15-
16-
</div>
17-
188
# Installation
199

2010
<table>

packages/input/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ 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" markdown="1">
10-
11-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
12-
13-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
14-
15-
</div>
16-
177
# Installation
188

199
<table>

packages/inquirer/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ A collection of common interactive command line user interfaces.
1010
> [!IMPORTANT]
1111
> This is the legacy version of Inquirer.js. While it still receives maintenance, it is not actively developed. For the new Inquirer, see [@inquirer/prompts](https://www.npmjs.com/package/@inquirer/prompts).
1212
13-
# Special Thanks
14-
15-
<div align="center" markdown="1">
16-
17-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
18-
19-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
20-
21-
</div>
22-
2313
## Table of Contents
2414

2515
1. [Documentation](#documentation)

packages/number/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
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" markdown="1">
8-
9-
[![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)<br>
10-
11-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=inquirerjs)
12-
13-
</div>
14-
155
# Installation
166

177
<table>

0 commit comments

Comments
 (0)