通过节点脚本检出Visual Studio 2017文件

时间:2017-09-21 07:15:55

标签: node.js npm visual-studio-2017 task-runner-explorer

我通过Visual Studio任务运行器资源管理器使用节点将文件从node_modules(xxx.min.js文件)复制到ASP.NET核心应用程序的wwwroot。如果文件已经签入,我会收到错误。我想检查一个Visual Studio项目文件,如果它已经存在,并且它尚未检出。我怎么能用节点做这个?

在我的package.json文件中,我导出了一个脚本命令,我在任务运行器资源管理器中运行。

{
  "version": "6.0.0",
  "name": "domain.basisarchitectuur.web",
  "private": true,
  "dependencies": {
  "jquery": "^1",
   "jquery-ui-1-11-1": "^1.11.1",
   "underscore": "^1.6.0",
   "bootstrap": "^3.3.4"
 },
 "scripts": {
   "expose-vendor-scripts": "node .\\node\\copy-vendor-scripts-to-wwwroot.js"
 }
}

1 个答案:

答案 0 :(得分:0)

您可以使用npm package&#tfs'否则你就可以' shelljs'执行您将在命令提示符下执行的任何命令。