# cli-clear

> Cross-platform terminal screen clear.

Latest version **1.0.4** (published 2015-05-27) · 0 weekly downloads

## Install

```sh
npm install cli-clear
pnpm add cli-clear
yarn add cli-clear
bun add cli-clear
```

## 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.4 |
| Published | 2015-05-27 |
| First published | 2014-01-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Steven Vachon |
| Maintainers | stevenvachon |
| Keywords | clear, cli, cls |

## Links

- npm: https://www.npmjs.com/package/cli-clear
- Repository: https://github.com/stevenvachon/cli-clear
- Issues: https://github.com/stevenvachon/cli-clear/issues
- npm.io page: https://npm.io/package/cli-clear

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2015-05-27
- 1.0.3 — 2015-03-11
- 1.0.2 — 2014-08-12
- 1.0.1 — 2014-08-07
- 1.0.0 — 2014-08-06
- 0.1.0 — 2014-01-22

## README

# cli-clear [![NPM Version](http://badge.fury.io/js/cli-clear.svg)](http://badge.fury.io/js/cli-clear)

> Cross-platform terminal screen clear for Node.js

ANSI escape codes don't always work in Windows.

## Getting Started
[Node.js](http://nodejs.org/) `~0.8.0` is required. To install, type this at the command line:
```
npm install cli-clear --save-dev
```

### Usage
```js
var clear = require("cli-clear");

clear();
```

## Release History
* 1.0.4 added Node 0.12+ support
* 1.0.3 minor performance enhancements
* 1.0.2 package.json optimization
* 1.0.1 nearly pointless fix
* 1.0.0 fixed extra line break issue
* 0.1.0 initial release

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