error-beautifier

A simple console beautifier which makes the node.js console output look cleaner upon

Usage no npm install needed!

<script type="module">
  import errorBeautifier from 'https://cdn.skypack.dev/error-beautifier';
</script>

README

error-beautifier

This repository hosts the code for the error-beautifier module. This code, as of v1.0.0 includes:

  • A neat way of displaying errors.

Table of contents

Change Log

This log will contain the updates that have been done to the most recent version.

v1.0.0

  • Initialization of the repository

Installation and setup

All you need to do to start using this module is the following:

  1. Install it to your project folder using npm i error-beautifier
  2. Require it in your files const errorBeautifier = require("error-beautifier")
  3. You're good to go!

Support

If you need help with anything, feel free to open a new issue. Note that if the issue is invalid, it may be closed.

Contributing

  1. Feel free to Fork & Clone the repository and make sure that it is on the master branch as that branch is the most up to date one and the most stable.
  2. Run npm install in the project folder.
  3. Make the changes that you want to propose and code whatever you want!
  4. Make sure that everything is good shape and then feel free to create a Pull Request which will be reviewed.

Acknowledgements

Main Contributors: supraaxdd & ItzBlinkzy

Licensing

ISC License

Copyright (c) 2021, ItzBlinkzy & supraaxdd

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the abovecopyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FORANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.