ajay-logger
v1.2.4
Published
This is a simple logger package that provides methods to log messages with different severity levels.
Maintainers
Readme
my-awesome-package
My Awesome Package is a simple Node.js package that demonstrates how to create, publish, and use an npm package. It includes a basic function to greet users.
Install
npm i ajay-loggerUsage
const { sayHello } = require('ajay-logger');
console.log(sayHello('Ajay'));Output
Hello Ajay! Contributing
If you want to contribute to this project, please fork the repository and create a pull request. We welcome contributions of all kinds, including bug fixes, new features, and documentation improvements.
License
This project is licensed under the MIT License. See the LICENSE file for details.
