aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/spawn-command/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/spawn-command/README.md')
-rw-r--r--node_modules/spawn-command/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/spawn-command/README.md b/node_modules/spawn-command/README.md
deleted file mode 100644
index 2e172bd..0000000
--- a/node_modules/spawn-command/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# spawn-command [![Build Status](https://secure.travis-ci.org/mmalecki/spawn-command.png)](http://travis-ci.org/mmalecki/spawn-command)
-Spawn commands like `child_process.exec` does but return a `ChildProcess`.
-
-## Installation
-
- npm install spawn-command
-
-## Usage
-```js
-var spawnCommand = require('spawn-command'),
- child = spawnCommand('echo "Hello spawn" | base64');
-
-child.stdout.on('data', function (data) {
- console.log('data', data);
-});
-
-child.on('exit', function (exitCode) {
- console.log('exit', exitCode);
-});
-```
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage