mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
#!/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))
|