Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Jul 25, 2023
1 parent 209c94f commit 1aff15c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,32 @@
[![Release](https://badgen.net/github/release/eirikb/gg)](https://github.com/eirikb/gg/releases/latest/download/gg.cmd)

[**[Changelog]**](https://github.com/eirikb/gg/releases)
[**[Download]**](https://github.com/eirikb/gg/releases/latest/download/gg.cmd)

![image](https://github.com/eirikb/gg/assets/241706/b671f15e-23a3-4adb-9488-272e35f6a686)
![image](https://github.com/eirikb/gg/assets/241706/2fc55830-ba2c-4ba8-8501-8013ed000444)

![image](https://github.com/eirikb/gg/assets/241706/b69dde63-6f9e-4726-b1e9-bc25bfd0b786)
![image](https://github.com/eirikb/gg/assets/241706/2594717d-6e3b-4773-a7db-4d951ec0aa0c)

gg.cmd is a cross-platform and cross-architecture command-line interface (CLI) that acts as an executable wrapper for
various tools such as Gradle, JDK/JVM, Node.js, and Java. It requires minimal dependencies and is similar in
functionality to gradlew.

Install with bash:
Install with bash (wget):
> wget gg.eirikb.no/gg.cmd
Install with bash (curl):
> curl gg.eirikb.no > gg.cmd
Install with PowerShell:
> wget gg.eirikb.no/gg.cmd -OutFile gg.cmd
> wget gg.eirikb.no -OutFile gg.cmd
or
[Download the latest release](https://github.com/eirikb/gg/releases/latest/download/gg.cmd)

**Install?**
The concept involves placing a copy of gg.cmd in the root directory of your project.
This is similar to what you would do with `gradlew` or `mvnw`, except this method is applicable to multiple tools.
As a result, your colleagues would not have to install anything on their host machines."
As a result, your colleagues would not have to install anything on their host machines.

## Features

Expand Down

0 comments on commit 1aff15c

Please sign in to comment.