sdkscript
Version:
Set up a modern Cosmos app by running one command ⚛️
11 lines • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cli = void 0;
const git_cca_template_1 = require("./git-cca-template");
const cli = async (argv) => {
const url = argv.repo ?? 'https://github.com/cosmology-tech/create-cosmos-app.git';
const createCosmosApp = (0, git_cca_template_1.createGitApp)(url);
await createCosmosApp(argv);
};
exports.cli = cli;
//# sourceMappingURL=cli.js.map