We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9737166 commit 3832651Copy full SHA for 3832651
README.md
@@ -2,6 +2,12 @@
2
3
> Query for terminfo capabilities using XTGETTCAP
4
5
+## Install
6
+
7
+```shell
8
+npm install query-terminal
9
+```
10
11
## Usage
12
13
```js
package.json
@@ -1,6 +1,6 @@
1
{
"name": "query-terminal",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "NodeJS module to query terminal for terminfo capabilities using XTGETTCAP",
"keywords": [
"DCS",
@@ -18,6 +18,7 @@
18
"email": "[email protected]",
19
"url": "https://github.com/connorjs"
20
},
21
+ "files": [],
22
"main": "query-terminal.js",
23
"exports": {
24
".": "./query-terminal.js"
0 commit comments