{"id":49567915,"url":"https://github.com/baggiponte/pymi-cookiecutter","last_synced_at":"2026-05-03T12:12:24.957Z","repository":{"id":116147876,"uuid":"554254070","full_name":"baggiponte/pymi-cookiecutter","owner":"baggiponte","description":"🍪 @cookiecutter tutorial @PythonMilano","archived":false,"fork":false,"pushed_at":"2024-02-23T13:40:30.000Z","size":1148,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-23T14:41:28.198Z","etag":null,"topics":["cookiecutter","python","template","template-engine","tutorial"],"latest_commit_sha":null,"homepage":"https://baggiponte.github.io/pymi-cookiecutter/","language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baggiponte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-10-19T14:00:52.000Z","updated_at":"2023-09-17T14:30:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"b023de5a-6461-454b-9998-c217edefdf6a","html_url":"https://github.com/baggiponte/pymi-cookiecutter","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/baggiponte/pymi-cookiecutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baggiponte%2Fpymi-cookiecutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baggiponte%2Fpymi-cookiecutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baggiponte%2Fpymi-cookiecutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baggiponte%2Fpymi-cookiecutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baggiponte","download_url":"https://codeload.github.com/baggiponte/pymi-cookiecutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baggiponte%2Fpymi-cookiecutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32568219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cookiecutter","python","template","template-engine","tutorial"],"created_at":"2026-05-03T12:12:24.179Z","updated_at":"2026-05-03T12:12:24.952Z","avatar_url":"https://github.com/baggiponte.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍪 Get started with `cookiecutter`\n\n[![cookiecutter slidev](https://img.shields.io/badge/cookiecutter-slidev-D4AA00?logo=cookiecutter\u0026logoColor=fff)](https://github.com/baggiponte/cookiecutter-slidev)\n\nSource code for the talk on [Cookiecutter](https://www.cookiecutter.io/) at [Python Milano](https://github.com/PythonMilano).\n\n* 📽️ [Live](https://www.youtube.com/watch?v=XESObnka5Nc)\n\n## 🛩️ How to run\n\nMake sure you have installed the following:\n\n* `git` (of course)\n* GitHub CLI: `gh` (optional)\n* `node.js`\n* `just` is a command runner (optional, recommended for contributing)\n\n1. Clone the repo\n\n```bash\n# with github CLI\ngh repo clone baggiponte/pymi-cookiecutter\n\n# with git\ngit clone git@github.com:baggiponte/pymi-cookiecutter\n```\n\n\u003e **Note**\n\u003e\n\u003e 🎬 How to configure SSH\n\u003e\n\u003e Cloning over SSH is safer. Follow [this guide](https://www.youtube.com/watch?v=5o9ltH6YmtM).\n\u003e Alternatively, you can follow the steps in [this](https://github.com/git-merge-workshops/simplify-signing-with-ssh/blob/main/exercises/01-setup-workstation.md) workshop of GitHub's.\n\n\n2. Install the dependencies\n\n```bash\n# with the command runner\njust install\n\n# Alternatively\nnpm install\npdm install\n```\n\n3. Open the slideshow locally\n\n```bash\n# with the command runner\njust preview\n\n# with npx\nnpx slidev --open -- slides.md\n```\n\n4. Visit http://localhost:3030\n\n5. Run the cookiecutter template:\n\n```bash\npdm run cookiecutter sample-cookiecutter\n```\n\n## 🤗 contributing\n\nInstall the dependencies [above](,/README.md#%EF%B8%8F-how-to-run) (`just` is highly recommended) and the following:\n\n* [`commitizen`](https://commitizen-tools.github.io/commitizen/) is a release management tool. It's used to release new versions.\n\n1. Fork the repo\n2. Create your own branch.\n3. Before opening a PR, run the following:\n\n```bash\njust test-release\n```\n\nThis will format the slides, try to build them and test whether a version bump is possibile.\n\n\u003e **Note**\n\u003e\n\u003e Credits:\n\u003e\n\u003e - [`slidev`](https://github.com/slidevjs/slidev) is an amazing framework to build slides from markdown and host them.\n\u003e - [`just`](https://github.com/casey/just) is just a command runner.\n\u003e - [`commitizen`](https://commitizen-tools.github.io/commitizen/) is a release management tool.\n\u003e - [`cookiecutter`](https://www.cookiecutter.io) is an open source library to build coding project templates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaggiponte%2Fpymi-cookiecutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaggiponte%2Fpymi-cookiecutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaggiponte%2Fpymi-cookiecutter/lists"}