substreams-sink-redis
Version:
Substreams Redis sink module
17 lines (15 loc) • 1.46 kB
JavaScript
import pkg from "../package.json" assert { type: "json" };
// https://fsymbols.com/generators/carty/
export function banner() {
let text = `
██████╗░███████╗██████╗░██╗░██████╗ ░██████╗██╗███╗░░██╗██╗░░██╗
██╔══██╗██╔════╝██╔══██╗██║██╔════╝ ██╔════╝██║████╗░██║██║░██╔╝
██████╔╝█████╗░░██║░░██║██║╚█████╗░ ╚█████╗░██║██╔██╗██║█████═╝░
██╔══██╗██╔══╝░░██║░░██║██║░╚═══██╗ ░╚═══██╗██║██║╚████║██╔═██╗░
██║░░██║███████╗██████╔╝██║██████╔╝ ██████╔╝██║██║░╚███║██║░╚██╗
╚═╝░░╚═╝╚══════╝╚═════╝░╚═╝╚═════╝░ ╚═════╝░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝
`;
text += ` ${pkg.name} v${pkg.version}\n`;
return text;
}
//# sourceMappingURL=banner.js.map