-
npm-auto可自动安装要运行脚本的npm依赖项并执行该脚本
资源介绍
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!
执照
麻省理工学院
- 上一篇: c++ 运行js脚本
- 下一篇: jdk1.6缺省文件