ffbt
Version:
Build a Typescript app without pain
12 lines (11 loc) • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const chalk_1 = require("chalk");
const hook = function (options) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
const banner = "FFBT: Fluix Frontend Build Tool 🛠 \n";
console.log(chalk_1.blueBright(banner));
});
};
exports.default = hook;