Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/javanile/fork.sh

🏤 Maintenance strategy for prototype-based projects
https://github.com/javanile/fork.sh

bash fork forked-repo prototype scaffold scaffold-template skeleton skeleton-application template-project

Last synced: 22 days ago
JSON representation

🏤 Maintenance strategy for prototype-based projects

Awesome Lists containing this project

README

        

# FORK.SH

## Installation

#### Linux

```
## Fork soft with cURL and BASH
curl -sL git.io/fork.sh | bash -
```

```
## Fork hard with cURL and BASH
curl -sL git.io/fork.sh | bash -s -- --hard
```

```
## with Dorker for Linux/macOS
docker run --rm -ti -v "$PWD:/app" javanile/fork.sh
```

```
## with Dorker for Linux/macOS
docker run --rm -ti -v "$PWD:/app" javanile/fork.sh --hard
```

```
## with Dorker for Windows
docker run --rm -ti -v "%CD%:/app" javanile/fork.sh
```

```
## with Dorker for Windows
docker run --rm -ti -v "%CD%:/app" javanile/fork.sh --hard
```

## Usage

### Forkfile magic variables

- `Forkfile_name`

## Shorturl

```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/fork.sh/master/fork.sh" \
-d "code=fork.sh"
```