@blazingworks/logger-transport-prettyconsole
TypeScript icon, indicating that this package has built-in type declarations

1.0.0ย โ€ขย Publicย โ€ขย Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @blazingworks/logger-transport-prettyconsole

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

11.5 kB

Total Files

9

Last publish

Collaborators

  • officialcrugg