[Pkg-javascript-commits] [node-ncp] 02/05: add more to long description

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Wed Jul 9 23:14:16 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-ncp.

commit 1bce6f908cc08caa380516d170c50a51dc6fad78
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Wed Jul 9 23:12:24 2014 +0000

    add more to long description
---
 debian/control | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/control b/debian/control
index fddaafe..3f3aa28 100644
--- a/debian/control
+++ b/debian/control
@@ -22,4 +22,23 @@ Description: Asynchronous recursive file copy utility - Node.js module
  ncp is a Node.js module which provides asynchronous recursive file and
  directory copying.
  .
+ ncp supports several options:
+ .
+ filter - a regular expression or function used to exclude files from being
+ copied.
+ .
+ transform - a function used to apply streaming transforms while copying.
+ .
+ clobber - if set to false, ncp will not overwrite destination files that
+ already exist.
+ .
+ dereference - if set to true, ncp will follow symbolic links.
+ .
+ stopOnErr - if set to true, ncp will behave like cp -r, and stop on the first
+ error it encounters. By default, ncp continues copying, logging all errors
+ and returning an array.
+ .
+ errs - if stopOnErr is false, a stream can be provided, and errors will be
+ written to this stream.
+ .
  Node.js is an event-based server-side JavaScript engine.

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



More information about the Pkg-javascript-commits mailing list