1.0.6 • Published 9 years ago

silently-run v1.0.6

Weekly downloads
31
License
-
Repository
github
Last release
9 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

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago