1.0.1 • Published 12 months ago

@killer-rp/beautify-console-log v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

beautify-console-log

This package is useful for beautifying your console logs.

Note: This package is only takes strings as an argument or if you log array or object or anyhting other than string it will behave differently.

Table of Contents

Installation

To install this package you need to copy the following code:

npm i @killer-rp/beautify-console-log

Usage

You can use this package directly by importing the Log class

import { Log } from "@killer-rp/beautify-console-log";

Features

  • success: This method will return log in green color.
  • danger: This method will return log in green red.
  • info: This method will return log in black color with yello background color.

Technologies Used

  • Typescript

Contributing

We welcome contributions to improve our project. To contribute, please follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and commit them with descriptive messages.
  3. Submit a pull request, explaining the changes you've made.

Please ensure that your code adheres to our coding conventions and passes any existing tests.

Contact Information

For any inquiries or feedback, please reach out to patelrishi989@gmail.com.