UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

16 lines (15 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.infoProject = void 0; const form_1 = require("./form"); const infoProject = () => { return { command: "info", describe: "Displays project info.", aliases: ["i"], handler: async () => { await (0, form_1.infoForm)(); }, }; }; exports.infoProject = infoProject;