···1414 exit 1
1515fi
16161717-echo "🚀 Generating new module: $PACKAGE_NAME"
1717+echo "Generating new module: $PACKAGE_NAME"
18181919if [ ! -d "modules" ]; then
2020- echo "🚨 No modules directory found. Please run this script from the root of the project."
2020+ echo "No modules directory found. Please run this script from the root of the project."
2121 exit 1
2222fi
2323···4646replace_in_files "https://stackblitz.com/github/@cruxt/module-repo?file=playground%2Fapp.vue" "$STACKBLITZ_URL"
4747replace_in_files "https://example.com" "$DOCUMENTATION_URL"
48484949-echo "🎉 Done! You can now run 'pnpm run dev' to start developing your module."
4949+echo "Done! You can now run 'pnpm run dev' to start developing your module."