2.0.5 • Published 3 years ago

cli-logs v2.0.5

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

Cli-Logs V2

A useful tools for logging thing in the terminal.

Note

Due to some errors with TypeScript, TypeScript support has been removed.

Download

Just run:

npm i cli-logs

or globaly:

npm i -g cli-logs

Examples

const cl = require('cli-logs');

cl.ready('Node is ready!');

Available Options

const cl = require('cli-logs');

cl.log(text, type, color)
cl.ready(text);
cl.error(text);
cl.warn(text);
cl.event(text);
cl.load(text);
cl.connect(text);
cl.debug(text);
cl.cmd(text);

More options will be added soon!

Test

To test, simply run

npm run test
2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago