[Pkg-javascript-commits] [node-stream-splicer] 12/71: rename splicer

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:55:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-splicer.

commit c8f3556aa0a7ed0f1f2b29599037febe1b45b207
Author: James Halliday <mail at substack.net>
Date:   Sun Jun 8 05:49:56 2014 -0700

    rename splicer
---
 package.json    |  2 +-
 readme.markdown | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index c6be9a2..58af295 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "mutable-pipeline",
+  "name": "splicer",
   "version": "1.0.0",
   "description": "streaming pipeline with a mutable configuration",
   "main": "index.js",
diff --git a/readme.markdown b/readme.markdown
new file mode 100644
index 0000000..b587455
--- /dev/null
+++ b/readme.markdown
@@ -0,0 +1,13 @@
+# splicer
+
+streaming pipeline with a mutable configuration
+
+This module is similar to
+[stream-combiner](https://npmjs.org/package/stream-combiner),
+but with a pipeline configuration that can be changed at runtime.
+
+# example
+
+``` js
+```
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-splicer.git



More information about the Pkg-javascript-commits mailing list