Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

xorxyz/ansi-ui

 
 

Repository files navigation

ansi-ui

A curses-like library with a high-level API for Node and the browser.

This library is a fork of chjj/blessed.

Goals:

  1. Stay as close as possible to the original blessed APIs.
  2. Strip down, maybe modularize.
  3. Have everything work in the browser by default.

Install

$ npm install ansi-ui

Usage

See USAGE.

Example

See EXAMPLE.

Testing

Most tests contained in the test/ directory are interactive. It's up to the programmer to determine whether the test is properly displayed. In the future it might be better to do something similar to vttest.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

See LICENSE for more info.

About

A high-level terminal interface library for node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%