0.2.5 • Published 8 years ago

repo-copy v0.2.5

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

repo-copy

npm (scoped) npm Build Status Coverage Status npm

Git repository copy/compressor.

The idea of this small tool is to make quick copies of a git repository. Honoring the .gitignore file and supporting compression.

Could be used to move repositories to another directory or computer, even when there are no staged/commited changes.

Usage

Usage: repo-copy [options] <repo path ...>

  Options:

    -h, --help        output usage information
    -V, --version     output the version number
    -c, --copy        Copy repository
    -k, --compress    Compress repository
    -t, --gzip        Use tar and gzip to create the compressed file
    -z, --zip         Use zip to create the compressed file
    -o, --out [stat]  Output (repo.tar.gz or copyFolder/)