@endeavour/console-credits
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

@endeavour/console-credits npm version

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)
------------------------------------------------------------

Readme

Keywords

none

Package Sidebar

Install

npm i @endeavour/console-credits

Weekly Downloads

9

Version

3.0.1

License

MIT

Unpacked Size

14.2 kB

Total Files

15

Last publish

Collaborators

  • jjwesterkamp
  • pxl-widgets-wouter
  • pxlwidgets-admin