node-debug-console

1.0.5 • Public • Published

node-debug-console

a debug tool beautifying console.log in node environment

Install

npm install node-debug-console

Usage

const {
    print,
    println,
    setPrintConfig
} = require('./index.js') 


print('bar1')

println('bar2')

// 设置参考路径
setPrintConfig({
    context: '../'
})
println('foo1')

// 设置一行显示时的宽度
setPrintConfig({
    contentLength: 50
})
print('foo2')

mov

Contributors

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i node-debug-console

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

3.39 kB

Total Files

4

Last publish

Collaborators

  • givencui