You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,72 @@ The diagram below should conceptually give you an idea of what this module does.
16
16
**The local user that the node process runs as should have virtually zero rights! Also be sure to properly configure a restricted UID/GID when instatiating a new instance of this**
17
17
18
18

19
+
20
+
### Usage
21
+
22
+
Its highly recommended you check out the unit-tests for some examples in addition to the below:
23
+
24
+
```
25
+
var Promise = require('promise');
26
+
var StatefulProcessCommandProxy = require("stateful-process-command-proxy");
27
+
28
+
var statefulProcessCommandProxy = new StatefulProcessCommandProxy(
0 commit comments