Skip to content

Commit af3942d

Browse files
committed
updated
1 parent 19f74f2 commit af3942d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Node.js module for executing os commands against a pool of stateful, long-lived
44
It is important to note, that despite the use-case described below for this project's origination, this node module can be used for proxying long-lived bash process (or any shell really) in addition to powershell etc. It works and has been tested on both *nix, osx and windows hosts running the latest version of node.
55

66
* [Origin](#origin)
7+
* [Install & Tests](#install)
8+
* [History](#history)
79
* [Usage](#usage)
810
* [Example](#example)
911
* [Security](#security)
@@ -22,6 +24,24 @@ The diagram below should conceptually give you an idea of what this module does.
2224

2325
![Alt text](/diagram.png "Diagram1")
2426

27+
###<a id="install"></a> Install & Tests
28+
29+
```
30+
npm install stateful-process-command-proxy
31+
```
32+
33+
```
34+
npm install mocha
35+
mocha test/all.js
36+
```
37+
38+
###<a id="history"></a> History
39+
40+
```
41+
v1.0-beta.1 - 2014-01-17
42+
- Initial version
43+
```
44+
2545
###<a id="usage"></a> Usage
2646

2747
To use StatefulProcessCommandProxy the constructor takes one parameter which is a configuration object who's properties are described below. Please refer to the example (following) and the unit-test for more details.

0 commit comments

Comments
 (0)