git-clone.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i git-clone.js

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

152 kB

Total Files

49

Last publish

Collaborators

  • rrrandom