git-cp

Copy entire git repo contents excluding .git folder

Usage no npm install needed!

<script type="module">
  import gitCp from 'https://cdn.skypack.dev/git-cp';
</script>

README

git-cp

Copy entire git repo contents excluding .git folder.

For those moments when you need repo's files but not a git clone. For example installing a seed project.

Installation

npm install -g git-cp

Usage

cd needed/directory
git-cp git@github.com:username/project-name.git