{"id":19720805,"url":"https://github.com/fastapi-mvc/copier-script","last_synced_at":"2025-06-29T09:02:52.682Z","repository":{"id":103981016,"uuid":"559910229","full_name":"fastapi-mvc/copier-script","owner":"fastapi-mvc","description":"Copier template for scaffolding new shell script","archived":false,"fork":false,"pushed_at":"2024-04-01T17:37:41.000Z","size":53,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T09:02:35.949Z","etag":null,"topics":["copier-template","scaffolding"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastapi-mvc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rszamszur"}},"created_at":"2022-10-31T11:03:20.000Z","updated_at":"2024-09-15T07:24:28.000Z","dependencies_parsed_at":"2024-01-03T15:32:21.786Z","dependency_job_id":"e029ab76-f10a-4110-b17d-b7da01053b5f","html_url":"https://github.com/fastapi-mvc/copier-script","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fastapi-mvc/copier-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-mvc%2Fcopier-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-mvc%2Fcopier-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-mvc%2Fcopier-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-mvc%2Fcopier-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastapi-mvc","download_url":"https://codeload.github.com/fastapi-mvc/copier-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-mvc%2Fcopier-script/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262566830,"owners_count":23329680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copier-template","scaffolding"],"created_at":"2024-11-11T23:12:32.651Z","updated_at":"2025-06-29T09:02:52.653Z","avatar_url":"https://github.com/fastapi-mvc.png","language":"Nix","funding_links":["https://github.com/sponsors/rszamszur"],"categories":[],"sub_categories":[],"readme":"## Copier Script\n\nCopier template for scaffolding new script upon [fastapi-mvc](https://github.com/fastapi-mvc/fastapi-mvc) project.\n\n## Quickstart\n\n### Using fastapi-mvc\n\nPrerequisites:\n* fastapi-mvc\n* Git 2.27 or newer\n\n```shell\ngit clone \"https://github.com/fastapi-mvc/copier-script.git\"\nFMVC_PATH=\"$PWD:$FMVC_PATH\" fastapi-mvc generate script /path/to/your/new/script\n```\n\n### Using copier\n\nTo use this template outside `fastapi-mvc`:\n\nPrerequisites:\n\n* Python 3.8 or later [How to install python](https://docs.python-guide.org/starting/installation)\n* Git 2.27 or newer\n* copier 6.2.0 or later\n\n```shell\ncopier copy \"https://github.com/fastapi-mvc/copier-script.git\" /path/to/your/new/script\n```\n\n## Using Nix\n\nPrerequisites:\n\n* Nix 2.8.x or later installed [How to install Nix](https://nixos.org/download.html)\n\n```shell\nnix develop\ncopier copy \"https://github.com/fastapi-mvc/copier-script.git\" /path/to/your/new/script\n```\n\n## Updating\n\nTo update your generator with the changes from the [upstream](https://github.com/fastapi-mvc/copier-generator) run:\n\n```shell\n./update.sh\n# Or\nnix run .#update\n```\n\nThis action will not update/override your template and its configuration, but rather generators common files:\n\n* Nix expression files\n* `README.md`\n* dotfiles\n* `LICENSE`\n\nList of excluded files/paths:\n\n* `template/**`\n* `copier.yml`\n* `*.py`\n* `CHANGELOG.md`\n\nLastly, you can pass extra copier CLI options should you choose:\n\n```shell\n./update.sh -x README.md --vcs-ref=custom_branch\n# Or\nnix run .#update -- -x README.md --vcs-ref=custom_branch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastapi-mvc%2Fcopier-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastapi-mvc%2Fcopier-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastapi-mvc%2Fcopier-script/lists"}