stdline

1.1.1 • Public • Published

stdline

💬 Update current STDOUT stream

Work on current line

const {
	update,
	end,
} = require('stdline');

console.log('processing:');
...

update('Got an update for you');
...
end('Finished!');

Clear screen

const { clear } = require('stdline');

clear();

Wipe screen

const { wipe } = require('stdline');

wipe();

Package Sidebar

Install

npm i stdline

Weekly Downloads

12

Version

1.1.1

License

MIT

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • omrilotan