Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mh-cbon/nssm-prebuilt

mh-cbon23MIT0.0.4

NSSM prebuilt binary downloader and installer

nssm, windows, service

readme

nssm-prebuilt

Node package to download and install nssm on windows.

Install

npm install @mh-cbon/nssm-prebuilt --save

Usage

var nssm = require('@mh-cbon/nssm-prebuilt')

console.log("nssm version %s availabe at path %s", nssm.version, nssm.path)

Binary

This package also comes with a binary proxy to nssm.exe file.

$ npm install @mh-cbon/nssm-prebuilt -g
$ nssm --version
2.24
C:\some\path\to\nssm.exe

Read more