pact-toolbox
Version:
A tool to help you build, test and deploy your Pact smart contracts
17 lines (15 loc) • 469 B
JavaScript
import { defineCommand } from "citty";
//#region src/commands/generate/index.ts
const generateCommand = defineCommand({
meta: {
name: "generate",
description: "Generate contracts and components"
},
subCommands: {
station: async () => (await import("./station-DWTrY4Lb.js")).stationCommand,
module: async () => (await import("./module-DHxiKxSO.js")).moduleCommand
}
});
//#endregion
export { generateCommand };
//# sourceMappingURL=generate-zG2VQnLD.js.map