File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22_commit : 3c38a44
33_src_path : https://github.com/fastapi-mvc/copier-generator
44copyright_date : 2022
5- generator : controller
5+ generator : project
66generator_name : project
77license : MIT
88nix : true
9- repo_url : https://github.com/fastapi-mvc/copier-controller
9+ repo_url : https://github.com/fastapi-mvc/copier-project
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ set -o pipefail
1111
1212copier -x template/** -x copier.yml.keep -x * .py -x CHANGELOG.md \
1313 " ${@ } " \
14- -d generator=controller \
14+ -d generator=project \
1515 -d nix=True \
1616 -d license=MIT \
17- -d repo_url=https://github.com/fastapi-mvc/copier-controller \
17+ -d repo_url=https://github.com/fastapi-mvc/copier-project \
1818 -d copyright_date=2022 \
1919 -a .generator.yml \
2020 update ./.
You can’t perform that action at this time.
0 commit comments