1.0.0 • Published 3 years ago

git-clone.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

git-clone.js

A Typescript implementation of git clone command, based on the original Haskell version.

  • support git protcal.

Develop

open git daemon server

cd ..
git daemon --reuseaddr --verbose  --base-path=. --export-all

run the ls-remote command or the clone command

yarn cmd ls-remote "git://localhost/git-clone.js"
yarn cmd clone "git://localhost/git-clone.js" out

TO-DO

add test fixtures.