UNPKG

177 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const npx = require('libnpx')
4const path = require('path')
5
6const NPM_PATH = path.join(__dirname, 'npm-cli.js')
7
8npx(npx.parseArgs(process.argv, NPM_PATH))