https://github.com/maxandersen/jbang-catalog
https://github.com/maxandersen/jbang-catalog
jbang-appstore
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxandersen/jbang-catalog
- Owner: maxandersen
- Created: 2020-07-24T23:46:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T23:47:30.000Z (about 1 year ago)
- Last Synced: 2025-03-22T00:26:13.668Z (about 1 year ago)
- Topics: jbang-appstore
- Language: Java
- Homepage:
- Size: 373 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JBang Hello World Template
This is a hello world illustrating how to make a [jbang](https://jbang.dev) template.
## Why jbang templates ?
By making a template for a complete tutorial or when wanting to show of your frameworks API using jbang is absolute fastest approach to get started for your users.
A simple `jbang init -t hellworld@maxandersen hello.java` creates one or more files on disk directly from *your* named repository.
Then a `jbang hello.java` is normally enough to get running.