mirror of
https://github.com/dalekurt/local-llm-stack.git
synced 2026-02-26 14:21:55 +00:00
Initial commit
This commit is contained in:
10
node_modules/npx/index.js
generated
vendored
Executable file
10
node_modules/npx/index.js
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const npx = require('libnpx')
|
||||
const path = require('path')
|
||||
|
||||
const NPM_PATH = path.join(__dirname, 'node_modules', 'npm', 'bin', 'npm-cli.js')
|
||||
|
||||
const parsed = npx.parseArgs(process.argv, NPM_PATH)
|
||||
parsed.npxPkg = path.join(__dirname, 'package.json')
|
||||
npx(parsed)
|
||||
Reference in New Issue
Block a user