Skip to content

Commit

Permalink
mv templ8.exe templ8
Browse files Browse the repository at this point in the history
  • Loading branch information
1Shubham7 authored Dec 24, 2024
1 parent ce97db2 commit 9437497
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,19 @@ Follow these steps to install and set up Templ8:
templ8.exe --help
```

9. Additionally you can also rename the templ8.exe to templ8:
```bash
mv templ8.exe templ8
```

You're all set to transform any GitHub repository into a template! 🎉

## Usage

Simply call the executable with the URL of the repository you want to use as a template, and the tool will download the latest version of the specified branch into the directory you want and initialize it as a new repository.

```bash
templ8.exe https://github.com/1Shubham7/demo-repo-for-templ8
templ8 https://github.com/1Shubham7/demo-repo-for-templ8
```

### Optional Arguments
Expand All @@ -103,5 +108,5 @@ Example:

```bash
# This will create a folder called 'new-proj' with the contents of the source repo, specifically the 'dev' branch.
templ8.exe -b=dev -d=new-proj https://github.com/1Shubham7/demo-repo-for-templ8
```
templ8 -b=dev -d=new-proj https://github.com/1Shubham7/demo-repo-for-templ8
```

0 comments on commit 9437497

Please sign in to comment.