Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ require a language compiler or parser.
- Read the [embedding guide](showcase/embedding/README.md) for fragments, line
and range patterns, comment filtering, and instruction attributes.

## Gradle Plugin

Gradle users can apply the [Embed Code Gradle plugin][gradle-plugin] to download
the released executable for their platform and add tasks that check and embed
code snippets.

## Download

Download the asset for your platform from [GitHub Releases][releases].
Expand Down Expand Up @@ -151,4 +157,5 @@ Open the package link printed by the script.
This project replaces the earlier [`embed-code` utility for Ruby/Jekyll][embed-code-jekyll].

[embed-code-jekyll]: https://github.com/SpineEventEngine/embed-code
[gradle-plugin]: https://github.com/SpineEventEngine/embed-code-gradle-plugin
[releases]: https://github.com/SpineEventEngine/embed-code-go/releases
Loading