0.0.3 • Published 4 years ago
@alexzzz/nl v0.0.3
N(ode)L(ogger)
a simple node environment logger tool
wrapped ora and picocolors
if you want to execute
.tsfile, please usetsxinstead ofesno
Installation
pnpm i -D @alexzzz/nlUsage
const logger = new NL('任务', true)
logger.start('开始')
logger.end('生成成功')
logger.err('错误')
logger.loadingStart()
logger.loadingEnd()
logger.info('开始')LICENSE
MIT, Alex Zhang