UNPKG

blessings

Version:

A port of python blessings.

12 lines (8 loc) 184 B
Terminal = require('./lib') t = new Terminal() t.clear() t.write(t.move(0, 0)) t.hideCursor() t.write('hello') setTimeout((-> t.showCursor()), 5000) setTimeout(process.exit, 30000)