1.0.4 • Published 6 months ago

log-developer v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

��

<p>
	<a href="https://discord.gg/pobbler"><img src="https://cdn.discordapp.com/attachments/1161734081093042189/1162396545249988618/Banner.png?ex=654e3e24&is=653bc924&hm=e8659efa04e021567d762ed4441e0e9a755907f370afff21b5a1c4f937b6412e&" alt="Discord"/></a>
</p>

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();
1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago