Skip to content

Commit 8da2026

Browse files
committed
Add Deno example
1 parent e6f32fd commit 8da2026

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
@@ -21,6 +21,7 @@ Examples of non-Java projects:
2121
* xref:examples:miscellaneous/cpp.adoc[]
2222
* xref:examples:miscellaneous/crystal.adoc[]
2323
* xref:examples:miscellaneous/csharp-cross-platform.adoc[]
24+
* xref:examples:miscellaneous/deno.adoc[]
2425
* xref:examples:miscellaneous/elixir.adoc[]
2526
* xref:examples:miscellaneous/go.adoc[]
2627
* xref:examples:miscellaneous/haskell.adoc[]

docs/modules/examples/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*** xref:miscellaneous/cpp.adoc[]
2525
*** xref:miscellaneous/crystal.adoc[]
2626
*** xref:miscellaneous/csharp-cross-platform.adoc[]
27+
*** xref:miscellaneous/deno.adoc[]
2728
*** xref:miscellaneous/elixir.adoc[]
2829
*** xref:miscellaneous/go.adoc[]
2930
*** xref:miscellaneous/haskell.adoc[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= Helloworld in Deno
2+
3+
The link:https://github.com/jreleaser/helloworld-deno[] 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
@@ -7,6 +7,7 @@
77
* xref:miscellaneous/cpp.adoc[]
88
* xref:miscellaneous/crystal.adoc[]
99
* xref:miscellaneous/csharp-cross-platform.adoc[]
10+
* xref:miscellaneous/deno.adoc[]
1011
* xref:miscellaneous/elixir.adoc[]
1112
* xref:miscellaneous/go.adoc[]
1213
* xref:miscellaneous/haskell.adoc[]

0 commit comments

Comments
 (0)