1.1.1 • Published 1 year ago

escprint-ts v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

escprint-ts

Installation

npm install escprint-ts --save-dev

Usage

import esc from "escprint-ts";

const {prt} = esc;

// print "Hello World!" red and underlined
prt("<red,u>Hello World!");
import esc from "escprint-ts";

const {read, readpswd} = esc;

const username = await read("<blue>Username: ", {
    outStyle: ['dim','italic']
});

const password = await readpswd("<red>Password: ", {
    outChar: "*",
    outStyle: "dim"
})
1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago