console-holder

0.0.2 • Public • Published

console-holder

nodejs module that helps to hold a string in console alwais in the end of output

Instalation

npm i console-holder

Usage

const l = require('console-holder');

l('usual_output'); // put your usual output here

l.hold('sting_you_want_to_hold');

l.stop(); // if you no more want to hold it

Credits

This module is based on another nodejs module ansi-escapes, so thx them.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i console-holder

    Weekly Downloads

    3

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    2.05 kB

    Total Files

    3

    Last publish

    Collaborators

    • theyuri117