blurymind / git-clone-pwa

"git clone" implemented as a progressive web app (PWA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"git clone" as a PWA

Screenshot

This is a quick and dirty proof-of-concept to show how you can use the new File System Access API to implement a git clone-like feature for a modern Web App.

Known limitations

  • Only works in an up-to-date desktop browser (Edge, Chrome, Firefox?)
    Sorry folks, no git clone for mobile users :P
  • The .git directory won't be created by this tool
    This could be added in the future, if there is demand...

About

"git clone" implemented as a progressive web app (PWA)

License:GNU General Public License v3.0


Languages

Language:HTML 63.1%Language:JavaScript 36.9%