@newsteam/legacy-cli-logger
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

@newsteam/legacy-cli-logger

License npm package npm downloads Dependencies DevDependencies

This package provides a logger for command line interfaces.

Install

$ npm install @newsteam/legacy-cli-logger

Simple usage

import { logger } from "@newsteam/legacy-cli-logger";

logger.log(label, message);

Customized usage

import { Logger } from "@newsteam/legacy-cli-logger";

const logger = new Logger();

logger.log(label, message);

Maintenance

You can run tests with npm test.

Readme

Keywords

Package Sidebar

Install

npm i @newsteam/legacy-cli-logger

Weekly Downloads

2

Version

0.0.16

License

MIT

Unpacked Size

40.9 kB

Total Files

14

Last publish

Collaborators

  • richard.hazelden
  • jasonsouthin
  • dgroux
  • sweetlikepete