We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa3caf commit ae2c71dCopy full SHA for ae2c71d
docs/src/user-guide/plugins/quick-start.md
@@ -9,6 +9,9 @@ Our plugin should be able to parse a `.properties` file and generate Kotlin prop
9
Later we may implement additional features.
10
We will name our plugin `build-config`.
11
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
+
15
### Basic example
16
17
Let's start with the following project structure:
0 commit comments