log-cool
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Log cool

How to install

npm install log-cool

How to use

import { logDone, logFailed, logInfo } from 'log-cool';
logDone('Starting server');
logFailed('Loading configuration');
logInfo('He is happy');

How to build

  1. git clone git://github.com/AyaMorisawa/log-cool.git
  2. cd log-cool
  3. npm install
  4. npm run dtsm
  5. npm run build

License

The MIT License. See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i log-cool

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • aya-morisawa