@shipengine/connect
Version:
The official developer tooling for building ShipEngine connect apps
34 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const chalk_1 = tslib_1.__importDefault(require("chalk"));
const cliBanner = () => {
return chalk_1.default.blueBright(`
+++++ ~+
++++++ +++++~
+ ++++++++++++++
+++++++++++++++++++
+++++++++++++++++++++
++++++++++ +++++++++++
++++++ +++++++++
++++++ +++++++++
+++++++++ +++++
+++++++++ ++++++
+++++++++++ ++++++++++
++++++++++++++++++++
+++++++++++++++++++
+++++++++++++ + ++++
~+++++ ~++++++ =+++++++++ +++
++ ++++++:+++++++++++++++
+++++++++++++
=++++++ +++++++
++++++ +++++++
++++++~ +++++++
++++++ ++++++
+++++++++++++++
++++++++++++++
++++
`);
};
exports.default = cliBanner;
//# sourceMappingURL=cli-banner.js.map