Skip to content

Kibibit/consologo

Repository files navigation

achievibit Logo

@kibibit/consologo

All Contributors

Show a kibibit app name and info in the console.log


( 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

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Neil Kalman

💻 📖 🎨 🚇 🚧

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

Stay in touch