{"id":23243259,"url":"https://github.com/rhildred/git-pwa","last_synced_at":"2025-04-05T23:17:59.800Z","repository":{"id":163733650,"uuid":"638704038","full_name":"rhildred/git-pwa","owner":"rhildred","description":"git-cli for use in a pwa","archived":false,"fork":false,"pushed_at":"2024-03-01T14:30:56.000Z","size":337,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-19T06:24:27.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhildred.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-09T23:37:05.000Z","updated_at":"2024-11-11T17:28:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ccce335-7321-46e8-aa6f-2034a36c3fb0","html_url":"https://github.com/rhildred/git-pwa","commit_stats":null,"previous_names":["rhildred/git-pwa","diy-pwa/git-pwa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fgit-pwa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fgit-pwa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fgit-pwa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fgit-pwa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhildred","download_url":"https://codeload.github.com/rhildred/git-pwa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411289,"owners_count":20934659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T06:15:55.401Z","updated_at":"2025-04-05T23:17:59.782Z","avatar_url":"https://github.com/rhildred.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-pwa\n\n## git-cli for use in pwa where git is not installed.\n\n### Quick start\n\n1. Create an empty folder on a machine with a node version 16 or later environment \nOR go to stackblitz.com and select node.js environment\n2. `npx git-pwa --branch next clone https://github.com/diy-pwa/coming-soon.git .`\n\n### Workflow\n\nThis is meant to support the workflow for creating and maintaining a new repo. For instance:\n\n```bash\necho \"# testOct15\" \u003e\u003e README.md\ngit init\ngit add README.md\ngit commit -m \"first commit\"\ngit branch -M main\ngit remote add origin https://github.com/rhildred/testOct15.git\ngit push -u origin main\n```\nIt is also meant to support this workflow:\n\n```bash\ngit remote add origin https://github.com/rhildred/test-of-push-u.git\ngit branch -M main\ngit push -u origin main\n```\n\n\nAfter it has been pushed, git clones, adds, and commits should be the bulk of what is required. Please let me know by filing an issue if it is not.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fgit-pwa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhildred%2Fgit-pwa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fgit-pwa/lists"}