We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f04f1 commit 494e529Copy full SHA for 494e529
README.md
@@ -4,6 +4,15 @@
4
5
## Getting Started
6
7
+> **⚠️ Do not clone this repository directly!**
8
+>
9
+> Use `formae plugin init` to create your plugin. This command scaffolds a new
10
+> plugin from this template with proper naming and configuration.
11
12
+> ```bash
13
+> formae plugin init my-plugin
14
+> ```
15
+
16
After creating your plugin with `formae plugin init`, complete these steps:
17
18
- [ ] Update `formae-plugin.pkl` with your plugin metadata (name, namespace, description)
0 commit comments