0.0.6 • Published 5 years ago

@gorkun/terminal v0.0.6

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
5 years ago

Terminal

Small wrapper for working with the console. Designed for a consistent style across all products.

Install

$ yarn add @gorkun/terminal

Usage

import {terminal} from "@gorkun/terminal";

terminal.info('Hello');

const loader = terminal.loader('Loading unicorns');

setTimeout(() => {
    loader.succeed('Finish');
}, 1000);
0.0.6

5 years ago

0.0.5

5 years ago