console-log-logger
v1.0.3
Published
Log directly to the console.
Readme
console-log-logger
Perhaps the most revolutionary package every built. With console-log-logger, you can log ANYTHING to the console with one simple function.
Installation
npm install console-log-logger
yarn add console-log-logger
pnpm add console-log-logger
bun add console-log-loggerUsage
// Import the log function
import log from "console-log-logger";
// Log a message
log("Hello, console-log-logger!");
// Outputs: Hello, console-log-logger!License
This project is licensed under the MIT License - see the LICENSE file for details.
The MIT License is a permissive open-source license that allows for a broad range of use. Feel free to use, modify, and distribute this code in your projects.
Contributing
Contributions are welcome! Here are a few guidelines to follow:
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure tests pass.
- Commit your changes and push to your fork.
- Submit a pull request, clearly describing the changes and their purpose.
Changelog
Read the changelog HERE
This package is satire, all it does is wrap console.log, please don't actually use this in production
