登录 注册
当前位置:主页 > 资源下载 > 34 > npm-auto可自动安装要运行脚本的npm依赖项并执行该脚本

npm-auto可自动安装要运行脚本的npm依赖项并执行该脚本

  • 更新:2024-05-30 15:13:32
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

npm-auto 从要运行的脚本中自动安装npm依赖项并运行该脚本 npm install npm-auto 用法 首先安装npm-auto npm install -g npm-auto 然后制作一个使用一些依赖项的脚本 const hypercore = require ( 'hypercore' ) console . log ( 'hypercore is' , hypercore ) 然后只需使用npm-auto运行脚本。 如果无法使用脚本,它将自动npm install该脚本使用的所有dep。 npm-auto my-script.js 不再为要点安装手动npm! 执照 麻省理工学院