stdline

💬 Update current STDOUT stream

Unlicense 7 个版本
安装
npm install stdline
yarn add stdline
pnpm add stdline
bun add stdline
README

stdline

💬 Update current STDOUT stream

Work on current line

import { update, end } from 'stdline';

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

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

Clear screen

import { clear } from 'stdline';

clear();

Wipe screen

import { wipe } from 'stdline';

wipe();
版本列表
2.1.0 2026-03-30
2.0.0 2026-03-30
1.1.1 2020-12-23
1.1.0 2020-12-23
1.0.0 2020-10-21
0.1.0 2019-01-17
0.0.0 2018-12-09