Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```