@kibibit/consologo
v1.5.0
Published
Show a kibibit app name and info in the console.log
Downloads
37
Readme
( 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):
This project follows the all-contributors specification. Contributions of any kind welcome!
Stay in touch
- Author - Neil Kalman
- Website - https://github.com/kibibit
- StackOverflow - thatkookooguy
- Twitter - @thatkookooguy
- Twitter - @kibibit_opensrc