| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Copier template for scaffolding new controller upon fastapi-mvc project.
Prerequisites:
git clone "https://github.com/fastapi-mvc/copier-controller.git"
FMVC_PATH="$PWD:$FMVC_PATH" fastapi-mvc generate controller /path/to/your/new/controllerTo use this template outside fastapi-mvc:
Prerequisites:
copier copy "https://github.com/fastapi-mvc/copier-controller.git" /path/to/your/new/controllerPrerequisites:
nix develop
copier copy "https://github.com/fastapi-mvc/copier-controller.git" /path/to/your/new/controllerTo update your generator with the changes from the upstream run:
./update.sh
# Or
nix run .#updateThis action will not update/override your template and its configuration, but rather generators common files:
List of excluded files/paths:
Lastly, you can pass extra copier CLI options should you choose:
./update.sh -x README.md --vcs-ref=custom_branch
# Or
nix run .#update -- -x README.md --vcs-ref=custom_branch| Back | FazBrowse Home | New Git URL |