Skip to content

Commit

Permalink
fix generation - move templates out of src/test dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-orr committed May 12, 2023
1 parent 52566eb commit a1e3ca7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ echo "Generating Template For $1"

mkdir ./src/$1
mkdir ./test/$1
cp -R ./src/template/* ./src/$1/
cp -R ./test/template/* ./test/$1/
cp -R ./template/src/* ./src/$1/
cp -R ./template/test/* ./test/$1/

cd ./src/$1
grep -RiIl 'feature_id' | xargs sed -i "s/feature_id/$1/g"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a1e3ca7

Please sign in to comment.