Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Copier template for scaffolding new shell script

License

NotificationsYou must be signed in to change notification settings

fastapi-mvc/copier-script

Repository files navigation

Copier template for scaffolding new script uponfastapi-mvc project.

Quickstart

Using fastapi-mvc

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

Using copier

To use this template outsidefastapi-mvc:

Prerequisites:

copier copy"https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/script

Using Nix

Prerequisites:

nix developcopier copy"https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/script

Updating

To 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
  • *.py
  • CHANGELOG.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

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp