@tsed/cli
Version:
CLI to bootstrap your Ts.ED project
10 lines (9 loc) • 548 B
JavaScript
import { AddCmd } from "./add/AddCmd.js";
import { GenerateCmd } from "./generate/GenerateCmd.js";
import { InitCmd } from "./init/InitCmd.js";
import { InitOptionsCommand } from "./init/InitOptionsCmd.js";
import { McpCommand } from "./mcp/McpCommand.js";
import { RunCmd } from "./run/RunCmd.js";
import { CreateTemplateCommand } from "./template/CreateTemplateCommand.js";
import { UpdateCmd } from "./update/UpdateCmd.js";
export default [AddCmd, InitCmd, InitOptionsCommand, GenerateCmd, UpdateCmd, RunCmd, CreateTemplateCommand, McpCommand];