0.0.1 • Published 12 months ago

gitsubclone v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Gitsubclone

Gitsubclone is a simple script to easily clone one or more subdirectories of a github repo without needing to clone the whole repository itself.

For example, running:

gitsubclone https://github.com/cirosantilli/test-git-partial-clone-big-small-no-bigtree small

will clone the small subdirectory of the test-git-partial-clone-big-small-no-bigtree repository to new folder test-git-partial-clone-big-small-no-bigtree

Installation

npm install -g gitsubclone

Usage

gitsubclone <options> [repo] [subdirectories...]

Options

OptionAliasDescription
--help-hShow help
--keep-git-kKeep .git folder from cloned subdirectories
--base-path-bBase path to clone subdirectories from
--output-path-oOutput path to clone subdirectories to. Defaults to the name of the cloned repository
0.0.1

12 months ago

0.0.0

12 months ago