UNPKG

@auto-canary/auto

Version:

CLI tools to help facilitate semantic versioning based on GitHub PR labels

15 lines 578 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const chalk_1 = tslib_1.__importDefault(require("chalk")); const parse_args_1 = tslib_1.__importDefault(require("../parse-args")); const run_1 = tslib_1.__importDefault(require("../run")); const [command, args] = parse_args_1.default(); if (command && args) { run_1.default(command, args).catch((e) => { console.error(chalk_1.default.redBright('Error: '), e.message); process.exit(1); }); } //# sourceMappingURL=auto.js.map