We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8082e46 commit 3fbf2b2Copy full SHA for 3fbf2b2
README.md
@@ -23,6 +23,15 @@ The Customizer allows template project authors to ask users questions during
23
the `composer create-project` command and then update the code base based on
24
their answers.
25
26
+## TL;DR
27
+
28
+Run the command below to create a new project from the [template project example](https://github.com/AlexSkrypnyk/template-project-example)
29
+and see the Customizer in action:
30
31
+```bash
32
+composer create-project alexskrypnyk/template-project-example my-project
33
+```
34
35
## Features
36
37
- Can be included as a dependency
0 commit comments