Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickeyy/console-log-logger

A revolutionary NPM package. Finally, you can log to the console with one function. (satire)
https://github.com/dickeyy/console-log-logger

node npm

Last synced: 5 days ago
JSON representation

A revolutionary NPM package. Finally, you can log to the console with one function. (satire)

Awesome Lists containing this project

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-logger
```

## Usage

```js
// 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](./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:

1. Fork the repository and clone it locally.
2. Create a new branch for your feature or bug fix.
3. Make your changes and ensure tests pass.
4. Commit your changes and push to your fork.
5. Submit a pull request, clearly describing the changes and their purpose.

## Changelog

Read the changelog [HERE](./changelog.md)

_This package is satire, all it does is wrap `console.log`, please don't actually use this in production_