@pxlwidgets/console-credits ![npm version](https://badge.fury.io/js/%40pxlwidgets%2Fconsole-credits.svg)
Tiny package to output an ✨awesome✨ logo and collaborator credits to the console - just for fun.
Usage:
import { PXLWidgetsCredits } from '@pxlwidgets/console-credits';
PXLWidgetsCredits({
projectName: 'Some Project',
collaborators: [
{ name: 'John', position: 'Developer' },
{ name: 'Jane', position: 'Design / UX' },
],
});
Console output:
Some Project by PXL.Widgets | https://pxlwidgets.com
------------------------------------------------------------
.... ...........................
.... . .......................... ..
... .... ....
..... .... .................... .... .....
..... .... ..... .... ....
..... .... .... ... .... ....
..... .... .... ... .... ....
..... ... ..... .... ... .... ....
..... ... ..... .... .. .... .... ..
.... ... ..... .... .... .... ....
..... .... ..... ... .. .... ....
..... .... .... ... .... ....
..... .... .... ... .... ....
..... ... ..... .... .... ....
.... ... ... ..... .... .... .....
.... ... . ..... .... .. ....
..... .... .. ..... ... ....
..... ........ ..... .......
..... ..... .... .....
..... .. ..... ...
------------------------------------------------------------
Collaborators:
--------------
John (Developer)
Jane (Design / UX)
------------------------------------------------------------