npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

find-msbuild

1.2.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:8
$ npm install find-msbuild
DailyWeeklyMonthlyYearly

find-msbuild

Find your local msbuild.exe install. Useful when building on Windows

npm install find-msbuild

Usage

const msbuild = require('find-msbuild')

msbuild(function (err, path) {
  if (err) throw err
  console.log('msbuild.exe is here:', path)
})

Inspired by the msbuild.exe finder in nodejs/node-gyp.

License

MIT