3.0.2 • Published 10 months ago

@loxtjs/colors v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

loxt

Loxt

Loxt is a simple and lightweight console logger with 0 external dependencies.

The colors module allows you to create your own themes for loxt


loxt github npm discord


import { Reporter, colors } from 'loxt';

const salmon = new Reporter({
	info: `${colors.bold(colors.blue('info'))}: ${colors.dim('$message')}`,
	warn: `${colors.bold(colors.yellow('warning'))}: ${colors.dim('$message')}`,
	ready: `${colors.green('ready')} ${colors.dim('$message')}`,
	start: `${colors.green('start')} ${colors.dim('$message')}`,
	success: `${colors.bold(colors.green('success'))}: ${colors.dim('$message')}`,
	error: {
		name: colors.bold(colors.red('$name:')),
		message: colors.dim('$message'),
	},
});
3.0.2

10 months ago

3.0.1

12 months ago

3.0.0

12 months ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago