1.0.2 • Published 3 years ago

logbootstrap v1.0.2

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

LOG BOOTSTRAP

useful colorful log messages

Install

    npm install --save logbootstrap

    yarn add logbootstrap

Usage

    var log = require('logbootstrap);

    log('success', 'message to log');

Colors

  • 'success': green
  • 'warning': yellow
  • 'info': cyan
  • 'secondary': gray
  • 'primary': blue
  • 'danger': red
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago