Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/javanile/fork.sh
- Owner: javanile
- License: mit
- Created: 2020-03-29T02:38:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T18:21:49.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T14:51:33.967Z (almost 2 years ago)
- Topics: bash, fork, forked-repo, prototype, scaffold, scaffold-template, skeleton, skeleton-application, template-project
- Language: Shell
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```