# galileo-screen

> Screen utilities for Galileo terminal

Latest version **1.0.5** (published 2017-02-07) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install galileo-screen
pnpm add galileo-screen
yarn add galileo-screen
bun add galileo-screen
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2017-02-07 |
| First published | 2016-10-28 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Artem Pylypchuk |
| Maintainers | articice |
| Keywords | Travelport, Ukraine, Galileo, terminal, merge screens, screen |

## Links

- npm: https://www.npmjs.com/package/galileo-screen
- Repository: https://github.com/articice/galileo-screen
- Homepage: https://github.com/articice/galileo-screen#readme
- Issues: https://github.com/articice/galileo-screen/issues
- npm.io page: https://npm.io/package/galileo-screen

## Dependencies (1)

- [escape-string-regexp](https://npm.io/package/escape-string-regexp.md) ^1.0.5

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2017-02-07
- 1.0.4 — 2017-02-07
- 1.0.3 — 2016-11-08
- 1.0.2 — 2016-10-28
- 1.0.1 — 2016-10-28
- 1.0.0 — 2016-10-28

## README

# galileo-screen

usage example

```
var screen = require('galileo-screen');

response = screen.wrapLines(response); //if your output is not wrapped, try A20NOVIEVCPH (availability screen)

if (previous_response) {
    response = screen.mergeResponse(previous_response, response);
}

if (screen.hasMore(response)) {
    //execute next MD somehow
} else {
    callback(null, response);
}
```

---
_Source: https://npm.io/package/galileo-screen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
