Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 19, 2024
1 parent 05ef552 commit 0749700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-app/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Sample app that applies the [sample plugin](../sample-plugin).

To see the plugin in action, run:

```
Expand Down
4 changes: 4 additions & 0 deletions sample-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sample plugin

Sample plugin that:
* prepares ingredients given a number of guests.
* cooks the ingredients into a nice ratatouille.

The tasks actions are in [implementation/src/main/kotlin/recipes/](implementation/src/main/kotlin/recipes/).

The wiring logic is in [gradle-plugin/src/main/kotlin/recipes/RecipesPlugin.kt](gradle-plugin/src/main/kotlin/recipes/RecipesPlugin.kt).
Expand Down

0 comments on commit 0749700

Please sign in to comment.