Skip to content

Commit

Permalink
feat(makefile): add target to remove template-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 7, 2024
1 parent 8552ecf commit 26cd88d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ initialize: install-pipx ## initialize the project environment
@pipx install pre-commit
@pre-commit install

remove-template: ## remove template-specific files
@rm -rf src/coursetemp
@echo "Template-specific files removed."

init-project: initialize remove-template ## initialize the project (Warning: do this only once!)
@copier copy --trust --answers-file .copier-config.yaml gh:entelecheia/hyperfast-python-template .

Expand Down

0 comments on commit 26cd88d

Please sign in to comment.