sf-static/test/node/bin/npx

9 lines
177 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
#!/usr/bin/env node
const npx = require('libnpx')
const path = require('path')
const NPM_PATH = path.join(__dirname, 'npm-cli.js')
npx(npx.parseArgs(process.argv, NPM_PATH))