JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3273
  • Score
    100M100P100Q113057F

Cross-platform terminal screen clear.

Package Exports

  • cli-clear

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cli-clear) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cli-clear NPM Version

Cross-platform terminal screen clear for Node.js

ASCII tricks don't always work in Windows.

Getting Started

Node.js ~0.8.0 is required. To install, type this at the command line:

npm install cli-clear --save-dev

Usage

var clear = require("cli-clear");

clear();

Release History

  • 1.0.1 nearly pointless fix
  • 1.0.0 fixed extra line break issue
  • 0.1.0 initial release

Analytics Bitdeli Badge