https://github.com/base2services/jbang-catalog
jbang scripts catalog
https://github.com/base2services/jbang-catalog
Last synced: 12 months ago
JSON representation
jbang scripts catalog
- Host: GitHub
- URL: https://github.com/base2services/jbang-catalog
- Owner: base2Services
- License: mit
- Created: 2020-08-27T10:25:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T14:37:39.000Z (over 5 years ago)
- Last Synced: 2025-03-27T17:48:53.008Z (about 1 year ago)
- Language: Java
- Size: 5.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base2Services jbang-catalog
This Repo hold various [J'Bang!](https://github.com/jbangdev/jbang) scripts. You need to have JBang installed to be able to leverage this alias catalog
## Installation
To use jbang Java 11 or higher is recommended.
### SDKMan [linux] / [apple]
To install both java and jbang we recommend sdkman on Linux and OSX.
```bash
curl -s "https://get.sdkman.io" | bash # (1)
source ~/.bash_profile # (2)
```
```bash
sdk install java # (3)
```
Once Java is installed and ready, you install jbang with
```bash
sdk install jbang
```
To test your installation run:
```bash
jbang --help
```
### Running the scripts
You can run the scripts directly from github uisng the remote catalog features of jbang
```bash
jbang env@base2services
```
The first time you run this it will ask you to trust the remote catalog repo