UNPKG

convex

Version:

Client for the Convex Cloud

6 lines (5 loc) 302 B
"use strict"; import { Command } from "@commander-js/extra-typings"; import { projectCreate } from "./projectCreate.js"; export const project = new Command("project").summary("Manage projects").description("Manage projects in your team.").addCommand(projectCreate); //# sourceMappingURL=project.js.map