Skip to content

Commit 934eadc

Browse files
committed
Add Bun example
1 parent 8da2026 commit 934eadc

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Examples of Java projects:
1818
Examples of non-Java projects:
1919

2020
* xref:examples:miscellaneous/ballerina.adoc[]
21+
* xref:examples:miscellaneous/bun.adoc[]
2122
* xref:examples:miscellaneous/cpp.adoc[]
2223
* xref:examples:miscellaneous/crystal.adoc[]
2324
* xref:examples:miscellaneous/csharp-cross-platform.adoc[]

docs/modules/examples/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*** xref:miscellaneous/auto-config-release.adoc[]
2222
*** xref:miscellaneous/github-summary.adoc[]
2323
*** xref:miscellaneous/ballerina.adoc[]
24+
*** xref:miscellaneous/bun.adoc[]
2425
*** xref:miscellaneous/cpp.adoc[]
2526
*** xref:miscellaneous/crystal.adoc[]
2627
*** xref:miscellaneous/csharp-cross-platform.adoc[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= Helloworld in Bun
2+
3+
The link:https://github.com/jreleaser/helloworld-bun[] repository shows the configuration and steps to:
4+
5+
- Compile a helloworld app for the following targets:
6+
** `osx-aarch_64`
7+
** `osx-x86_64`
8+
** `linux-x86_64`
9+
** `linux-aarch_64`
10+
** `windows-x86_64`
11+
- Assemble zip distributions with JReleaser
12+
- Create rolling early-access releases with JReleaser on every push to `main` branch
13+
14+
IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
15+
More information about environment variable configuration may be found xref:reference:environment.adoc[here].

docs/modules/examples/pages/miscellaneous/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* xref:miscellaneous/auto-config-release.adoc[]
55
* xref:miscellaneous/github-summary.adoc[]
66
* xref:miscellaneous/ballerina.adoc[]
7+
* xref:miscellaneous/bun.adoc[]
78
* xref:miscellaneous/cpp.adoc[]
89
* xref:miscellaneous/crystal.adoc[]
910
* xref:miscellaneous/csharp-cross-platform.adoc[]

0 commit comments

Comments
 (0)