1.0.1 • Published 11 months ago
@shakilhossainp/ezylogger v1.0.1
ezylogger
A brief description of your package and what it does.
Installation
To install the package, use npm:
npm install ezylogger
Usage
Here's an example of how to use the package:
js
Copy code
const ezylogger = require('ezylogger');
// Example usage
ezylogger.log('Hello, world!');
API
ezylogger.log(message)
Logs a message to the console.
Parameters:
message (string): The message to log.
Contributing
If you want to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch for your changes.
Submit a pull request with a clear description of your changes.