UNPKG

@mischback/buster

Version:

buster is a tool to support cache busting for static assets of a website.

12 lines 305 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const main_1 = require("./main"); (0, main_1.busterMain)(process.argv) .then((retVal) => { process.exit(retVal); }) .catch((errno) => { process.exit(errno); }); //# sourceMappingURL=cli.js.map