Skip to content

Commit

Permalink
Add Deno example
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 5, 2025
1 parent e6f32fd commit 8da2026
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Examples of non-Java projects:
* xref:examples:miscellaneous/cpp.adoc[]
* xref:examples:miscellaneous/crystal.adoc[]
* xref:examples:miscellaneous/csharp-cross-platform.adoc[]
* xref:examples:miscellaneous/deno.adoc[]
* xref:examples:miscellaneous/elixir.adoc[]
* xref:examples:miscellaneous/go.adoc[]
* xref:examples:miscellaneous/haskell.adoc[]
Expand Down
1 change: 1 addition & 0 deletions docs/modules/examples/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*** xref:miscellaneous/cpp.adoc[]
*** xref:miscellaneous/crystal.adoc[]
*** xref:miscellaneous/csharp-cross-platform.adoc[]
*** xref:miscellaneous/deno.adoc[]
*** xref:miscellaneous/elixir.adoc[]
*** xref:miscellaneous/go.adoc[]
*** xref:miscellaneous/haskell.adoc[]
Expand Down
15 changes: 15 additions & 0 deletions docs/modules/examples/pages/miscellaneous/deno.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
= Helloworld in Deno

The link:https://github.com/jreleaser/helloworld-deno[] repository shows the configuration and steps to:

- Compile a helloworld app for the following targets:
** `osx-aarch_64`
** `osx-x86_64`
** `linux-x86_64`
** `linux-aarch_64`
** `windows-x86_64`
- Assemble zip distributions with JReleaser
- Create rolling early-access releases with JReleaser on every push to `main` branch

IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
More information about environment variable configuration may be found xref:reference:environment.adoc[here].
1 change: 1 addition & 0 deletions docs/modules/examples/pages/miscellaneous/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* xref:miscellaneous/cpp.adoc[]
* xref:miscellaneous/crystal.adoc[]
* xref:miscellaneous/csharp-cross-platform.adoc[]
* xref:miscellaneous/deno.adoc[]
* xref:miscellaneous/elixir.adoc[]
* xref:miscellaneous/go.adoc[]
* xref:miscellaneous/haskell.adoc[]
Expand Down

0 comments on commit 8da2026

Please sign in to comment.