1.0.6 • Published 10 years ago

silently-run v1.0.6

Weekly downloads
31
License
-
Repository
github
Last release
10 years ago

后台运行程序,不阻断用户操作

使用

  1. 可以作为module,require使用

    var silentlyRunner = require('../index');
    silentlyRunner.start('./proxyServer'); // start proxyServer in background
    silentlyRunner.stop(); // stop proxyServer
  2. 也可以直接运行

    node silentlyRun ./proxyServer // start proxyServer in background
    node silentlyRun -s // stop proxyServer
1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago