0.2.0 • Published 9 years ago

typelog v0.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

typelog

NPM version NPM download David Status

Imagine logging everything in your console with a type.

preview

Usage

For node >= 4.0.0

const log = require('typelog')

// exitCode: 0
log.info('I\'m some information', 'hah?')
log.warn('Please do not hate me')
log.success('You finally got that girlfriend')

// exitCode: 1
log.error('You did something that wrong')

// heading title
log.heading('heading')
//=> ❯❯❯❯❯ heading

License

MIT.

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago