{"id":13706934,"url":"https://github.com/tj-actions/cookiecutter-action","last_synced_at":"2025-12-30T02:22:37.729Z","repository":{"id":37689764,"uuid":"273354396","full_name":"tj-actions/cookiecutter-action","owner":"tj-actions","description":":octocat: Cookiecutter for github actions","archived":false,"fork":false,"pushed_at":"2025-03-23T12:02:01.000Z","size":3005,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T17:26:12.623Z","etag":null,"topics":["actions","cookiecutter-action","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/tj-actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":["jackton1"],"patreon":null,"open_collective":"tj-actions","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":[]}},"created_at":"2020-06-18T22:46:05.000Z","updated_at":"2025-03-23T12:02:03.000Z","dependencies_parsed_at":"2024-01-17T19:08:52.403Z","dependency_job_id":"affe118d-ac71-48fd-b5ca-51c99a5934d4","html_url":"https://github.com/tj-actions/cookiecutter-action","commit_stats":{"total_commits":415,"total_committers":10,"mean_commits":41.5,"dds":0.5060240963855422,"last_synced_commit":"0390fb9d9a290d204a74d49c39e7187f64eee377"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fcookiecutter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fcookiecutter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fcookiecutter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fcookiecutter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj-actions","download_url":"https://codeload.github.com/tj-actions/cookiecutter-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252281610,"owners_count":21723161,"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":["actions","cookiecutter-action","python"],"created_at":"2024-08-02T22:01:12.959Z","updated_at":"2025-12-30T02:22:37.696Z","avatar_url":"https://github.com/tj-actions.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/jackton1","https://opencollective.com/tj-actions","https://www.buymeacoffee.com/jackton1"],"categories":["Dockerfile"],"sub_categories":[],"readme":"[![Codacy Badge](https://app.codacy.com/project/badge/Grade/936bc00f3b854bcca04dee87c68fff21)](https://app.codacy.com/gh/tj-actions/cookiecutter-action/dashboard?utm_source=gh\\\u0026utm_medium=referral\\\u0026utm_content=\\\u0026utm_campaign=Badge_grade)\n[![CI](https://github.com/tj-actions/cookiecutter-action/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/cookiecutter-action/actions/workflows/test.yml)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n# cookiecutter-action\n\n[Cookiecutter](https://github.com/cookiecutter/cookiecutter) for github actions\n\n# Installation\n\n```shell script\n$ pip install \"cookiecutter\u003e=1.7.0\"\n```\n\n# Usage\n\n```shell script\n$ cookiecutter https://github.com/tj-actions/cookiecutter-action.git\n```\n\nAnswer the provided questions to create a default shell script Docker action.\n\n### Sample answer\n\n```shell script\n$ cookiecutter https://github.com/tj-actions/cookiecutter-action.git\nfull_name [Tonye Jack]: \nemail [jtonye@ymail.com]: \ngithub_username [Enter the github user/organization name (e.g 'test')]: tj-actions\nproject_name [Enter the project name (e.g 'test-project')]: test-project\nproject_slug [test-project]: \nproject_short_description [Enter a short description (e.g 'Test Description')]: Test Description\ndefault_branch [master]: main\naction_name [Enter a descriptive action name (e.g 'My Test Action']: My Test Action\nversion [Enter the initial version (e.g: 'v1')]: v1\nbranding_icon [check-square]: hard-drive\nSelect action_color:\n1 - white\n2 - yellow\n3 - blue\n4 - green\n5 - orange\n6 - red\n7 - purple\n8 - gray-dark\nChoose from 1, 2, 3, 4, 5, 6, 7, 8 (1, 2, 3, 4, 5, 6, 7, 8) [1]:\nSelect open_source_license:\n1 - MIT license\n2 - BSD license\n3 - ISC license\n4 - Apache Software License 2.0\n5 - GNU General Public License v3\n6 - Not open source\nChoose from 1, 2, 3, 4, 5, 6 [1]: 1\n```\n\nThis generates a [**test-project**](test-project)\n\n*   Free software: [MIT license](LICENSE)\n\nIf you feel generous and want to show some extra appreciation:\n\n[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]\n\n[buymeacoffee]: https://www.buymeacoffee.com/jackton1\n\n[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n\n\u003c!-- markdownlint-disable --\u003e\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://home.boidol.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/652404?v=4?s=100\" width=\"100px;\" alt=\"Raphael Boidol\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaphael Boidol\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tj-actions/cookiecutter-action/commits?author=boidolr\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj-actions%2Fcookiecutter-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftj-actions%2Fcookiecutter-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj-actions%2Fcookiecutter-action/lists"}