log-cool
v1.1.0
Published
Log cool
Downloads
8
Readme
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
git clone git://github.com/AyaMorisawa/log-cool.git
cd log-cool
npm install
npm run dtsm
npm run build
License
The MIT License. See LICENSE.