pact-toolbox
Version:
A tool to help you build, test and deploy your Pact smart contracts
17 lines (15 loc) • 584 B
JavaScript
const require_chunk = require('./chunk-CUT6urMc.cjs');
const citty = require_chunk.__toESM(require("citty"));
//#region src/commands/generate/index.ts
const generateCommand = (0, citty.defineCommand)({
meta: {
name: "generate",
description: "Generate contracts and components"
},
subCommands: {
station: async () => (await Promise.resolve().then(() => require("./station-BZPfyi8w.cjs"))).stationCommand,
module: async () => (await Promise.resolve().then(() => require("./module-hZJGcnFc.cjs"))).moduleCommand
}
});
//#endregion
exports.generateCommand = generateCommand;