1.3.0 • Published 5 years ago
outron v1.3.0
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