UNPKG

swaggler

Version:

Swaggler helps you smuggle your existing API requests into structured, well-documented specs with ease

11 lines (10 loc) 336 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dotenv_1 = require("dotenv"); const CLIService_1 = require("./services/CLIService"); // Load environment variables (0, dotenv_1.config)(); // Setup and run the CLI const program = CLIService_1.CLIService.setupCLI(); program.parse();