Skip to content

pwnx-apis/pwnx-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pwnx-Console

Simple Lightweight Console Style Logs.

Installation

$ npm install pwnx-console.styles --save

Usage

// The Package
let styles = require('pwnx-console.styles');

// Vars
a = 'Hello';
b = 'World!';

// Logging
styles.log(a, b);
styles.log('This is a LOG message');
styles.debug('This is a DEBUG message');
styles.error('This is a ERROR message');
styles.warn('This is a WARN message');
styles.stress('This is a STRESS message');
styles.success('This is a SUCCESS message');

styles.red('This is a RED colored message');
styles.blue('This is a BLUE colored message');

License

MIT © Hacks52

About

Simple Lightweight Console Style Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published