@blazingworks/logger-transport-prettyconsole
v1.0.0
Published
🔌 Pretty Console Transport for @blazingworks/logger
Downloads
7
Readme
@blazingworks/logger-transport-prettyconsole
🌍 Hello World NPM Library by BlazingWorks, acts as a boilerplate for future libraries
Tech Stack
Installation
NPM
npm install @blazingworks/logger-transport-prettyconsole
Yarn
yarn add @blazingworks/logger-transport-prettyconsole
Usage
TypeScript
import { helloWorld } from "@blazingworks/logger-transport-prettyconsole";
console.log(helloWorld());
// or
console.log(helloWorld("Nagi Aoe"));
JavaScript
const { helloWorld } = require("@blazingworks/logger-transport-prettyconsole");
console.log(helloWorld());
// or
console.log(helloWorld("Reiji Kurose"));
How to report issues/questions
- For general issues/questions, open an issue
- For security issues, please email [email protected]
- For important questions, please email [email protected]
License
As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact [email protected] for very important matters.
ℹ️ All code in this repository is licensed under the MIT License.