0.0.0 • Published 10 years ago

coreutils-cp v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

cp

copies a file or directory

Requirements

  • node >=0.11.12 with --harmony flag
  • create nodeh as an alias to node --harmony
$ cat ~/bin/nodeh
#!/bin/bash
node --harmony "$@"

Installation

$ npm install coreutils-cp

Usage

var cp = require('coreutils-cp');
cp('./src/file1.txt', './dst/file2.txt');
cp('./src/file1.txt', './dst/');

License

MIT

0.0.0

10 years ago