@minnam/git-copy

0.0.6 • Public • Published

git-copy

Copy git repository without initializing git

Why copy instead of clone?

Your reusuable code in previous projects needs more work before packaging or you just need to duplicate small modules

Usage

Caution: .git folder in the repository is removed before copying to your destination

Command Line

Copy repository to specified destination

npx @minnam/git-copy [URL_TO_GIT_REPO] [PATH_TO_DESTINATION]

Copy part of repository to specified destination

npx @minnam/git-copy [URL_TO_GIT_REPO] [PATH_TO_SRC] [PATH_TO_DESTINATION]

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @minnam/git-copy

    Weekly Downloads

    1

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    2.92 kB

    Total Files

    4

    Last publish

    Collaborators

    • minnnam