0.1.3 • Published 6 years ago

log-color-utils v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

log-color-utils

NPM version NPM downloads CircleCI donate

Install

$ yarn add log-color-utils

Usage

const colorUtils = require('log-color-utils')
const log = console.log

log(colorUtils.success('a', 'b', 'c'))
log(colorUtils.info('a', 'b', 'c'))
log(colorUtils.warning('a', 'b', 'c'))
log(colorUtils.error('a', 'b', 'c'))
colorUtils.logPad(colorUtils.success, 'a', 'b', 'c')
// get chalk instance
// colorUtils.chalk

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

log-color-utils © zcong1993, Released under the MIT License. Authored and maintained by zcong1993 with help from contributors (list).

github.com/zcong1993 · GitHub @zcong1993