Skip to content

log 5.0.0-alpha.2

Install from the command line:
Learn more about npm packages
$ npm install @flex-development/log@5.0.0-alpha.2
Install via package.json:
"@flex-development/log": "5.0.0-alpha.2"

About this version

๐Ÿชข log

github release npm codecov module type: esm license conventional commits typescript vitest yarn

Log messages in the terminal and browser

Contents

What is this?

This is a small, but useful, library for logging messages in the terminal and browser consoles.

Colorful messages can be logged in the terminal and browser consoles that support ANSI colors.

Why this package?

๐Ÿ‘Œ Easy to use
๐Ÿ”Œ Pluggable reporters
๐Ÿ’ป Consistent terminal experience
๐Ÿ”– Tag support
๐ŸŒ Browser support

Install

This package is ESM only.

In Node.js with yarn:

yarn add @flex-development/log
See Git - Protocols | Yarn ย for details regarding installing from Git.

In Deno with esm.sh:

import { createLogger } from 'https://esm.sh/@flex-development/log'

In browsers with esm.sh:

<script type="module">
  import { logger } from 'https://esm.sh/@flex-development/log'
</script>

Use

TODO: use

API

TODO: api

Types

This package is fully typed with TypeScript.

Contribute

See CONTRIBUTING.md.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

Details


Assets

  • log-5.0.0-alpha.2.tgz

Download activity

  • Total downloads 8
  • Last 30 days 0
  • Last week 0
  • Today 0