Skip to content

T3y8/log-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Discord

Log Developer

log-developer is a simple package that can change the text color and background in the text body, which helps improve the organization of logging content and make it clearer.

Contents

How to Install

npm install log-developer

How to use

const { log, tables } = require(`log-developer`);
const test = async () => {
    log((await tables.above()).toString(), `red`);
    log((await tables.middle(`Tope`, `Gamed`)).toString(), `red`, `white`);
    log((await tables.under()).toString(), `green`);
};
test();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published