Skip to content

Commit

Permalink
fix: change module name with script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 12, 2024
1 parent d0f1d71 commit 008df63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/replace_project_name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ rg --files-with-matches -l ml-project | xargs sed -i "s/ml-project/$package_name
rg --files-with-matches -l ML_PROJECT | xargs sed -i "s/ML_PROJECT/$envvar_name/g"
rg --files-with-matches -l "Python Project Template" | xargs sed -i "s/Python Project Template/$doc_title/g"
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"

mv src/ml_project src/$module_name

0 comments on commit 008df63

Please sign in to comment.