https://github.com/codejive/jbang-catalog
https://github.com/codejive/jbang-catalog
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codejive/jbang-catalog
- Owner: codejive
- Created: 2024-07-03T14:45:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T21:39:58.000Z (5 months ago)
- Last Synced: 2025-09-03T23:27:47.401Z (5 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JBang Catalog
Codejive JBang scripts
### How to run
This is a catalog to use with [jbang](https://jbang.dev).
Each alias below shows how to run it with JBang.
For this you need to have `jbang` installed and available in your PATH.
See the [JBang website](https://jbang.dev/download) for options on how to install JBang.
## Aliases
### jpm
A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle. See [Jpm website](https://github.com/codejive/java-jpm)
```
jbang jpm@codejive
```
### jpm-latest
[latest development version] A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle. See [Jpm website](https://github.com/codejive/java-jpm)
```
jbang jpm-latest@codejive
```
### jvm
A command line tool that helps you install and manage multiple Java versions on your machine. See [Jvm website](https://github.com/codejive/java-jvm)
```
jbang jvm@codejive
```
### jvm-latest
[latest development version] A command line tool that helps you install and manage multiple Java versions on your machine. See [Jvm website](https://github.com/codejive/java-jvm)
```
jbang jvm-latest@codejive
```
## Templates