Skip to content

Commit

Permalink
Added script to remove unnecessary scripts after template setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Van Zelst committed Oct 10, 2023
1 parent 89d4c3a commit ebe3dbe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tool/remove_github_references.sh

This file was deleted.

15 changes: 15 additions & 0 deletions tool/remove_template_setup_scripts.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

echo "Remove github workflows"
rm -rf .github

echo "Remove rename project scripts"
rm tool/rename_project.sh
rm tool/dart_tool/rename_project.dart

echo "Remove strip boilerplate scripts"
rm tool/strip_boilerplate_project.sh
rm tool/dart_tool/strip_boilerplate_project.dart

echo "Remove self"
rm tool/remove_template_setup_scripts.sh
File renamed without changes.

0 comments on commit ebe3dbe

Please sign in to comment.