1.0.5 • Published 3 years ago

node-debug-console v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago