error-log-exit

0.1.0 • Public • Published

error-log-exit

Javascript JavaScript Style Guide Commitizen friendly Standard Version Open Source Love Gitter Chat

log error messages in red color to console

Project Status

Build Status

install with npm

npm install --save error-log-exit

install with yarn

yarn add error-log-exit

Example

ES5

var errorLogExit = require('error-log-exit')
 
errorLogExit('my error message ...', 1)

ES6

import errorLogExit from 'error-log-exit'
 
errorLogExit('my error message ...', 1)

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

License

Copyright (c) 2016 Maik Ellerbrock

MIT Licence

Package Sidebar

Install

npm i error-log-exit

Weekly Downloads

7

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ellerbrock