1.0.3 • Published 5 months ago

@suhailakhtar/elevate-bin v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

elevate

Precompiled binaries.

This tool allows you to start a program with elevated privileges from the command line. See 1,2 for details.

1 http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/ 2 https://github.com/jpassing/elevate

Installation

npm i --save @suhailakhtar/elevate-bin

Get path to binaries

const { pathElevate, pathElevate64 } = require("@suhailakhtar/elevate-bin");

console.log({ pathElevate, pathElevate64 });
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago