0.2.2 • Published 9 years ago

git-extract v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

git-extract

NPM Version Build Status Dependency Status devDependency Status Coverage Status

Extract files or folders from a Git repository.

Example

$ extract server.js creaturephil/alpha
$ ls
server.js

Installation

$ npm install -g git-extract

Usage

Usage: extract [file|folder] [repositories]


Commands:

  *   extract files or folders from a Git repository

Options:

  -h, --help     output usage information
  -V, --version  output the version number

License

MIT