Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfilippov/command-line-wrappers
Command line wrappers for some tools
https://github.com/mfilippov/command-line-wrappers
Last synced: 21 days ago
JSON representation
Command line wrappers for some tools
- Host: GitHub
- URL: https://github.com/mfilippov/command-line-wrappers
- Owner: mfilippov
- License: apache-2.0
- Created: 2020-11-05T06:48:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T09:43:39.000Z (8 months ago)
- Last Synced: 2024-10-24T15:55:45.609Z (2 months ago)
- Language: Batchfile
- Size: 51.8 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command-Line Wrappers for java and dotnet command
This repository contains cross-platform script wrappers for java and dotnet tools. You could use it to run these tools on any OSes without installation.## How to use:
Just copy ```java.cmd``` or ```dotnet.cmd``` file into your project and run it.
## Example:
```./java.cmd --version``` or ```./dotnet.cmd --version```
## How to configure:
- You could change base dir name for temp folder to update **COMPANY_DIR** env var in scripts.
- You could change download url and destination folder name in variables: [**JVM_URL**, **JVM_TARGET_DIR**] for Java and [**DOTNET_URL**, **DOTNET_TARGET_DIR**] for dotnet.
Pay attention you need to update env in three places one per OS.