Skip to content

Commit ae2c71d

Browse files
klikhSpace Team
authored andcommitted
[docs] plugins-tutorial: reference the amper-plugins-tutorial repo
1 parent afa3caf commit ae2c71d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/user-guide/plugins/quick-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Our plugin should be able to parse a `.properties` file and generate Kotlin prop
99
Later we may implement additional features.
1010
We will name our plugin `build-config`.
1111

12+
The sources of the plugin are available in the [amper-plugins-tutorial](https://github.com/JetBrains/amper-plugins-tutorial)
13+
repository on GitHub. You can clone it, checkout the initial revision, and follow the Git log to see the changes made step by step.
14+
1215
### Basic example
1316

1417
Let's start with the following project structure:

0 commit comments

Comments
 (0)