UNPKG

@foundry-rs/easy-foundryup

Version:
15 lines 412 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); void (async () => { const success = await (0, index_1.run)(); if (success) { console.log("successfully setup foundryup"); } else { console.log("failed to setup foundryup"); process.exit(1); } })(); //# sourceMappingURL=foundryup.js.map