npm
Source
Description
A banner generator utility for your CLI, generates a string to be printed into the console given a logo, name, and extras. The full layout is similar to the following:Usage
createStarsBanner includes a compact default logo. Pass logo to replace it, or false for text-only output:
createBanner function when no default artwork is wanted; pass arrays containing the logo, name,
and extra lines.