Skip to content

Commit

Permalink
"the script will remove the tests folder when executed"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josee9988 committed Jul 8, 2021
1 parent 4c60457 commit 3f5db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SETUP_TEMPLATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ y | Y)

rm LICENSE # remove the license
rm -r bin/ # remove the bin folder
rm -r tests/ # remove the tests folder
writeREADME # write the new README.md
writeCHANGELOG # write the basic structure of the CHANGELOG.md
echo -e "# add your own funding links" >.github/FUNDING.yml # remove author's custom funding links
Expand Down

0 comments on commit 3f5db80

Please sign in to comment.