@pnpm/default-reporter
TypeScript icon, indicating that this package has built-in type declarations

13.0.1 • Public • Published

@pnpm/default-reporter

The default reporter of pnpm

Installation

pnpm add @pnpm/default-reporter

Usage

import { streamParser } from '@pnpm/logger'
import { initDefaultReporter } from '@pnpm/default-reporter'

const stopReporting = initDefaultReporter({
  context: {
    argv: [],
  },
  streamParser,
})

try {
  // calling some pnpm APIs
} finally {
  stopReporting()
}

Style Guide

  1. Never use blue or grey as font color as they are hard to read in many consoles.
    1. Use dim instead of grey
    2. Use cyan bright instead of blue
  2. Don't hide the CLI cursor. (It is easier to never hide but it is really needed only when scripts are running.)
  3. Don't use green and yellow to distinct something.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @pnpm/default-reporter

Weekly Downloads

99,430

Version

13.0.1

License

MIT

Unpacked Size

188 kB

Total Files

84

Last publish

Collaborators

  • pnpmuser
  • zkochan