From c28cbdbc52535836e3c1b07ab296910ddd8cbc15 Mon Sep 17 00:00:00 2001 From: Scott M Parrish Date: Wed, 7 Aug 2019 19:06:14 -0600 Subject: [PATCH] add --dry to Quick Start --- content/docs/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/introduction.md b/content/docs/introduction.md index 44c12a82..5c6e3327 100644 --- a/content/docs/introduction.md +++ b/content/docs/introduction.md @@ -62,6 +62,8 @@ hygen generator new [NAME] --action [ACTION] hygen generator with-prompt [NAME] --action [ACTION] ``` +Finally, use `--dry` to do a test-run of your generators. + Congratz! you've made a new generator called `awesome-generator`! Let's walk through what we just did.