Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhenhong/clonewithfork
Chrome extension which clone GitHub repository with Fork app.
https://github.com/lzhenhong/clonewithfork
chrome chrome-extension chrome-extensions git github
Last synced: about 1 month ago
JSON representation
Chrome extension which clone GitHub repository with Fork app.
- Host: GitHub
- URL: https://github.com/lzhenhong/clonewithfork
- Owner: LZhenHong
- License: mit
- Created: 2023-12-06T07:33:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T11:57:25.000Z (10 months ago)
- Last Synced: 2024-03-25T13:05:18.041Z (10 months ago)
- Topics: chrome, chrome-extension, chrome-extensions, git, github
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clone with Fork
A Chrome extension which clone GitHub repository with [Fork](https://fork.dev/) app.
## How To Use
## Build
```bash
# Build ts file.
tsc
```## Development
```bash
# Install npm dependencies
npm install
```