UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

11 lines 277 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const app_1 = require("./app"); async function main() { const app = new app_1.JetupApp(); await app.init(); await app.run(); } main(); //# sourceMappingURL=index.js.map