UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

11 lines 381 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const npx = require("@zkochan/libnpx/index"); const path = require("path"); const PNPM_PATH = path.join(__dirname, 'pnpm.js'); const npxOpts = Object.assign({}, npx.parseArgs(process.argv, PNPM_PATH), { installerStdio: 'inherit', }); npx(npxOpts); //# sourceMappingURL=pnpx.js.map