@killer-rp/beautify-console-log
v1.0.1
Published
This package is useful for beautifying console logs
Downloads
1
Maintainers
Readme
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:
- Fork the repository and create a new branch.
- Make your changes and commit them with descriptive messages.
- 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 [[email protected]].