@endeavour/console-credits
v3.0.1
Published
Tiny package to output company logo and collaborator credits to the console.
Downloads
6
Keywords
Readme
@endeavour/console-credits
Tiny package to output an ✨awesome✨ logo and collaborator credits to the console - just for fun.
Usage:
import { EndeavourCredits } from '@endeavour/console-credits';
EndeavourCredits({
projectName: 'Some Project',
collaborators: [
{ name: 'John', position: 'Developer' },
{ name: 'Jane', position: 'Design / UX' },
// ...
],
});
Console output:
Some Project by Endeavour Platforms | https://endeavour.nl
[Endeavour Logo SVG]
Collaborators:
--------------
John (Developer)
Jane (Design / UX)
------------------------------------------------------------