@shakilhossainp/ezylogger
Version:
A brief description of your package and what it does.
33 lines (23 loc) • 651 B
Markdown
# ezylogger
A brief description of your package and what it does.
## Installation
To install the package, use npm:
```sh
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.