UNPKG

winsvc

Version:

一个专门用来在Windows系统上以服务方式运行NodeJS脚本的工具。 A tool designed to run NodeJS scripts in service mode on Windows system. ## 安装(Installation) ``` npm install -g winsvc ``` ## 用法(Usage) 安装服务(Install Service) ``` winsvc -i ServiceName ScriptPath ``` 卸载服务(Uni

16 lines 288 B
{ "name": "winsvc", "version": "1.0.1", "description": "", "main": "index.js", "keywords": [ "winsvc", "windows", "service" ], "author": "Ceiling", "license": "ISC", "bin": { "winsvc": "./index.js" } }