We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc3aea6 + e070a9f commit 07c9818Copy full SHA for 07c9818
1 file changed
docs/generate-plop.md
@@ -0,0 +1,15 @@
1
+
2
+# Generate Plop
3
4
+Generate-plop is a simple, scalable and fast component generator. It can help
5
+you to scaffold components, templates, hooks and pages simply by running few
6
+cli commands. Automating the component creation process makes really easy for
7
+the team to maintain consistency and saves good time.
8
9
+This tool will generate typescript files by default. However, we can generate
10
+javascript files as well by passing --js in script command.
11
12
+## Workflow diagram
13
14
+
15
0 commit comments