Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dickeyy/console-log-logger
- Owner: dickeyy
- License: mit
- Created: 2024-01-19T20:31:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T00:37:55.000Z (12 months ago)
- Last Synced: 2024-12-08T09:05:12.026Z (25 days ago)
- Topics: node, npm
- Language: TypeScript
- Homepage: https://dickey.gg
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_