pathman
A cross-platform PATH manager
winsvc
一个专门用来在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