1.0.0 ā€¢ Published 2 years ago

@blazingworks/logger-transport-prettyconsole v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@blazingworks/logger-transport-prettyconsole

Lines of code npm Downloads GitHub issues GitHub pull requests GitHub GitHub Repo stars npm Version GitHub contributors

šŸŒ 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

License

As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact opensource@blazing.works for very important matters.

ā„¹ļø All code in this repository is licensed under the MIT License.