log-cool
v1.1.0
Published
Log cool
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.gitcd log-coolnpm installnpm run dtsmnpm run build
License
The MIT License. See LICENSE.
