# display-small-app

> Easily show status for you node.js program

Latest version **1.0.3** (published 2018-12-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install display-small-app
pnpm add display-small-app
yarn add display-small-app
bun add display-small-app
```

## 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.3 |
| Published | 2018-12-06 |
| First published | 2018-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Daniel Hæhre |
| Maintainers | dghaehre |

## Links

- npm: https://www.npmjs.com/package/display-small-app
- Repository: https://github.com/dghaehre/display-small-app
- Homepage: https://github.com/dghaehre/display-small-app#readme
- Issues: https://github.com/dghaehre/display-small-app/issues
- npm.io page: https://npm.io/package/display-small-app

## Dependencies (1)

- [cli-cursor](https://npm.io/package/cli-cursor.md) ^2.1.0

## Recent versions

- 1.0.3 (latest) — 2018-12-06
- 1.0.2 — 2018-11-22
- 1.0.1 — 2018-11-22
- 1.0.0 — 2018-11-21

## README

# Simple display for quick node programs


# Usage

```
npm install display-small-app
```


```js
const DisplayApp = require('display-small-app')

const display = DisplayApp({
  name: "Name of program",
  data: { counter: 0 }
})

display.status("Fetching likes..")

display.update({counter: 1})

let likes = display.get('counter')

display.error(`${likes} is not enough likes")

display.report("Program report: Test = true")

display.finish("Program finished")

```

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