Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Copier template for scaffolding new shell script
License
fastapi-mvc/copier-script
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Copier template for scaffolding new script uponfastapi-mvc project.
Prerequisites:
- fastapi-mvc
- Git 2.27 or newer
git clone"https://github.com/fastapi-mvc/copier-script.git"FMVC_PATH="$PWD:$FMVC_PATH" fastapi-mvc generate script /path/to/your/new/script
To use this template outsidefastapi-mvc:
Prerequisites:
- Python 3.8 or laterHow to install python
- Git 2.27 or newer
- copier 6.2.0 or later
copier copy"https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/scriptPrerequisites:
- Nix 2.8.x or later installedHow to install Nix
nix developcopier copy"https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/scriptTo update your generator with the changes from theupstream run:
./update.sh# Ornix run .#update
This action will not update/override your template and its configuration, but rather generators common files:
- Nix expression files
README.md- dotfiles
LICENSE
List of excluded files/paths:
template/**copier.yml*.pyCHANGELOG.md
Lastly, you can pass extra copier CLI options should you choose:
./update.sh -x README.md --vcs-ref=custom_branch# Ornix run .#update -- -x README.md --vcs-ref=custom_branch
About
Copier template for scaffolding new shell script
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.