我在NPM包以下腳本特性:NPM通過命令行參數命令
"scripts": {
"test": "jasmine-node spec/",
"install": "browserify api-client.js -o ../www/components/global/api-client.js"
}
我怎麼可以這樣做
npm run install --param differentOutput
以免硬編碼」 .. /www/components/global/api-client.js'路徑
您可以創建一個批處理文件,它可以從用戶處獲得輸入,也可以給他一組可能的輸入以供選擇 – a1626