1.5.0 • Published 2 years ago

@kibibit/consologo v1.5.0

Weekly downloads
54
License
MIT
Repository
github
Last release
2 years ago

( Later, this might include all kind of logos for all kind of consoles... )

Installation

npm install --save @kibibit/consologo

Usage

import { consoleLogo } from '@kibibit/consologo';

console.logo('app name', `version ${ version }`);

or with an array of strings

console.logo('app name', [
  `version ${ version }`,
  `license ${ license }`
]);

Result

npm.io

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Stay in touch

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago