terminador

1.0.5 • Public • Published



Terminator


Install

$ npm install terminador

Usage

const terminal = require('terminador');

terminal.send("Hello World", { color: "blue" }); // send a message to the terminal
terminal.clear(); // cleans the terminal.
terminal.ascii("Hello World"); // Send a Ascii Text
terminal.createError("Hello World"); // Create a new Error();
terminal.timestamp("en"); // send the exact time to the terminal

async function wtname() {
    let response = await input("What's Your Name?");
    console.log("Welcome "+response);
}; 
wtname(); // Do a input in terminal

Contact

Atsushi <Atsushi❞#5239> atsushithesushi@gmail.com

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

Package Sidebar

Install

npm i terminador

Weekly Downloads

3

Version

1.0.5

License

MIT

Unpacked Size

18.6 kB

Total Files

11

Last publish

Collaborators

  • dev-atsushi