sync-github-forks-cli
Version:
Keep github forks up to date using node, the github api and git
16 lines • 655 B
JavaScript
;
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var sync_github_forks_1 = require("sync-github-forks");
var CliOptions = (function (_super) {
__extends(CliOptions, _super);
function CliOptions() {
return _super.call(this, process.argv[2], process.argv[3], process.argv[4]) || this;
}
return CliOptions;
}(sync_github_forks_1.Options));
exports.CliOptions = CliOptions;
//# sourceMappingURL=cliOptions.js.map