-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Thank you for the template, I've already used it in a couple of personal projects.
You could consider adding the following commands to the documentation to quickly rename UEPT and CompanyName.
To be run from the root of the repo:
find . -depth -name "*UEPT*" | while read -r file; do mv "$file" "$(dirname "$file")/$(basename "$file" | sed 's/UEPT/NewProjectName/g')"; done
find . -depth -name "*CompanyName*" | while read -r file; do mv "$file" "$(dirname "$file")/$(basename "$file" | sed 's/CompanyName/TherCompanyName/g')"; done
vangogih
Metadata
Metadata
Assignees
Labels
No labels