From c8bd65bbf369ef9a50ce0e419dd6c89826e2366c Mon Sep 17 00:00:00 2001 From: "Daniel A.C. Martin" Date: Mon, 28 Jun 2021 01:13:23 +0100 Subject: [PATCH] create: Update to latest PLOP command This will mean we don't need to type the extra data into the terminal. --- lib/create/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/create/Makefile b/lib/create/Makefile index 43580920..579ce05f 100644 --- a/lib/create/Makefile +++ b/lib/create/Makefile @@ -44,7 +44,7 @@ $(dist_dir)/package.base.json: $(source_dir)/package.json $(dist_dir)/package.app.json: $(plopfile) mkdir -p '$(@D)' - ./node_modules/.bin/plop --plopfile '$(plopfile)' app 'template' 'Template.' + ./node_modules/.bin/plop --plopfile '$(plopfile)' app 'template' 'Template' 'Template.' 'n' $(strip_package) '$(docs_source_dir)/package.json' > '$(@)' $(dist_dir)/skel.tar: $(skel_deps)