@mgalacyber/termbox
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

TERMINAL BOX

Customize your console output, highlight important information, and organize content within neatly framed boxes.

Installation

npm:

$ npm install @mgalacyber/termbox

yarn:

$ yarn add @mgalacyber/termbox

Simple to Use

CommonJs (CJS) syntax

const termBox = require("@mgalacyber/termbox");

ECMAScript Modules (ESM) syntax

import termBox from "@mgalacyber/termbox";

Example

let Head = "Lorem Ipsum";
let Body = "Lorem ipsum dolor sit amet.";
let Footer = "Lorem ipsum dolor sit amet.";

termBox([Head, Body, Footer]);

Package Sidebar

Install

npm i @mgalacyber/termbox

Weekly Downloads

3

Version

1.0.0

License

Apache-2.0

Unpacked Size

14.2 kB

Total Files

5

Last publish

Collaborators

  • mgalacyber