File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ doc_title="New Project"
18
18
doc_url=' https://deargen-ai.gitlab.io/new-project-docs'
19
19
20
20
21
- rg --files-with-matches -l python-project-template-2024 | xargs sed -i " s/python-project-template-2024/$github_repo_name /g"
22
- rg --files-with-matches -l ml_project | xargs sed -i " s/ml_project/$module_name /g"
23
- rg --files-with-matches -l ml-project | xargs sed -i " s/ml-project/$package_name /g"
24
- rg --files-with-matches -l ML_PROJECT | xargs sed -i " s/ML_PROJECT/$envvar_name /g"
25
- rg --files-with-matches -l " Python Project Template" | xargs sed -i " s/Python Project Template/$doc_title /g"
26
- rg --files-with-matches -l ' https://deargen-ai.gitlab.io/python-project-template-docs' | xargs sed -i " s|https://deargen-ai.gitlab.io/python-project-template-docs|$doc_url |g"
21
+ rg --files-with-matches -l python-project-template-2024 | xargs sed -i -e " s/python-project-template-2024/$github_repo_name /g"
22
+ rg --files-with-matches -l ml_project | xargs sed -i -e " s/ml_project/$module_name /g"
23
+ rg --files-with-matches -l ml-project | xargs sed -i -e " s/ml-project/$package_name /g"
24
+ rg --files-with-matches -l ML_PROJECT | xargs sed -i -e " s/ML_PROJECT/$envvar_name /g"
25
+ rg --files-with-matches -l " Python Project Template" | xargs sed -i -e " s/Python Project Template/$doc_title /g"
26
+ rg --files-with-matches -l ' https://deargen-ai.gitlab.io/python-project-template-docs' | xargs sed -i -e " s|https://deargen-ai.gitlab.io/python-project-template-docs|$doc_url |g"
27
27
28
28
mv src/ml_project src/$module_name
You can’t perform that action at this time.
0 commit comments