1.1.0 • Published 8 years ago

log-cool v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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');

npm.io

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.

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago