1.3.0 • Published 5 years ago

outron v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Make NodeJS console outputs better with ease!

You can put colors to your output, or even set a debugging environment!

(Debugging environment is still in development.)

You need NodeJS to run this code.

Installation

Install with:

npm install outron --save for projects, npm install outron -g to use from terminal.

Usage

Documentation

You can find documentation here.

Example

const outron = require('outron');
outron.print('&blue&boldHello 世界!');
outron.print('&maHello World!');
outron.break_();

You can also use it directly from terminal if you installed it using -g option.

outron "&mb&lHello 世界!"
outron --break -nbl
1.3.0

5 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago