Skip to content

MGalaCyber/termbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]);

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors