scrollable-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "scrollable-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Create independent scrollable areas in the terminal.", | ||
"main": "build/dist/index.js", | ||
"types": "build/dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"build/dist/**/*" | ||
"dist/**/*" | ||
], | ||
"scripts": { | ||
"prebuild": "shx rm -rf dist", | ||
"build": "tsc", | ||
@@ -26,14 +27,14 @@ "pretest": "tsc -p tests", | ||
"terminal", | ||
"scroll", | ||
"scroll", | ||
"scroller", | ||
"console", | ||
"cli", | ||
"string", | ||
"ansi", | ||
"formatting", | ||
"log", | ||
"logging", | ||
"command line", | ||
"text" | ||
], | ||
"console", | ||
"cli", | ||
"string", | ||
"ansi", | ||
"formatting", | ||
"log", | ||
"logging", | ||
"command line", | ||
"text" | ||
], | ||
"author": "Paula Santamaría", | ||
@@ -53,2 +54,3 @@ "license": "MIT", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"sinon": "^15.2.0", | ||
@@ -61,4 +63,4 @@ "typescript": "^5.1.6" | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
"node": ">=10" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![](https://img.shields.io/npm/v/scrollable-cli.svg)](https://www.npmjs.com/package/scrollable-cli) | ||
Create independent scrollable areas with ANSI support in the terminal. | ||
@@ -78,3 +80,17 @@ | ||
1. Clone the repo: | ||
```sh | ||
git clone https://github.com/pawap90/scrollable-cli.git | ||
``` | ||
2. Install dependencies: | ||
```sh | ||
npm install | ||
``` | ||
3. Run the examples: | ||
```sh | ||
npm run example --file=<example-file-name> | ||
@@ -81,0 +97,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
118
14033
10
7
1