UNPKG

school-schedule-sync

Version:

Synchronization between JSON schedule and Google Calendar

13 lines 387 B
"use strict"; /* istanbul ignore file */ Object.defineProperty(exports, "__esModule", { value: true }); const google_api_wrapper_1 = require("@anmiles/google-api-wrapper"); const logger_1 = require("@anmiles/logger"); try { (0, google_api_wrapper_1.createProfile)(process.argv[2]); } catch (ex) { (0, logger_1.error)(ex); process.exit(1); } //# sourceMappingURL=create.js.map