st-enable
Version:
Enables SpringType features in existing projects.
7 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var chalk = require('chalk');
exports.printHeader = function () {
console.log("\n ____ _ _____ \n / ___| _ __ _ __(_)_ __ __ |_ _| _ _ __ ___ \n \\___ \\| '_ \\| '__| | '_ \\ / _` || || | | | '_ \\ / _ \\\n ___) | |_) | | | | | | | (_| || || |_| | |_) | __/\n |____/| .__/|_| |_|_| |_|\\__, ||_| \\__, | .__/ \\___|\n |_| |___/ |___/|_| \n");
};
//# sourceMappingURL=printHeader.js.map