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 ad50a75 commit 8aa6d74Copy full SHA for 8aa6d74
bin/git-plop
@@ -36,12 +36,12 @@ if [ ! -f "$src_dir/package.json" ] || { [ ! -f "$src_dir/plopfile.js" ] && [ !
36
exit 1
37
fi
38
39
-echo "Found plopfile: [$src_dir/plopfile.js or plopfile.ts]"
+echo "Found plopfile: [$src_dir/plopfile.*]"
40
echo "Run plop with codebase: [$workdir_dir]"
41
42
# Run Docker with the updated mounts and env variable
43
docker run -it --rm \
44
-v "$src_dir:/plop" \
45
-v "$workdir_dir:/codebase" \
46
-e CODEBASE_DIR="$workdir_dir" \
47
- plop_plop:latest bash -c "npm run plop"
+ ghcr.io/justcoded/plopjs:0.1.0
0 commit comments