typelog

0.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i typelog

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • kchan