win-dummy-exe

0.0.1 • Public • Published

win-dummy-exe

Generate a dummy Windows executable with .NET. Meant for testing.

npm status node AppVeyor build status Dependency status JavaScript Style Guide

usage

const dummy = require('win-dummy-exe')
 
const metadata = {
  assemblyFileVersion: '1.0.0',
  assemblyInformationalVersion: '1.0.0.1',
  assemblyCopyright: 'me me me'
}
 
dummy(metadata, function (err, exe) {
  if (err) throw err
 
  // exe is an absolute path to a dummy.exe in a temporary directory
})

install

With npm do:

npm install win-dummy-exe

license

MIT © Vincent Weevers

Dependents (0)

Package Sidebar

Install

npm i win-dummy-exe

Weekly Downloads

9

Version

0.0.1

License

MIT

Unpacked Size

6.78 kB

Total Files

7

Last publish

Collaborators

  • vweevers