@alexzzz/nl
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

N(ode)L(ogger)

a simple node environment logger tool

wrapped ora and picocolors

if you want to execute .ts file, please use tsx instead of esno

Installation

pnpm i -D @alexzzz/nl

Usage

const logger = new NL('任务', true)
logger.start('开始')
logger.end('生成成功')
logger.err('错误')
logger.loadingStart()
logger.loadingEnd()
logger.info('开始')

LICENSE

MIT, Alex Zhang

Readme

Keywords

none

Package Sidebar

Install

npm i @alexzzz/nl

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

6.84 kB

Total Files

6

Last publish

Collaborators

  • alexzzz