1.0.4 • Published 10 years ago

@nearform/terminal-logo v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

terminal-logo

A small app that allows nearformers to include an CLI logo in any CLI tools they may be building - ... looking at you nscale :)

npm.io

Usage

Exports a function, function takes a single input - represents left padding in terminal points (monospaced characters).

var logo = require('@nearform/terminal-logo');
console.log(logo(20));

Also has a toTTY(n) method, that writes directly to process.stdout.

require('@nearform/terminal-logo').toTTY(20);
1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago