{"id":17655162,"url":"https://github.com/ickc/naive-cookiecutter","last_synced_at":"2026-01-08T21:06:10.233Z","repository":{"id":90861325,"uuid":"436069174","full_name":"ickc/naive-cookiecutter","owner":"ickc","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-22T23:00:25.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T11:36:40.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ickc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ickc"]}},"created_at":"2021-12-08T00:41:37.000Z","updated_at":"2021-12-18T05:51:28.000Z","dependencies_parsed_at":"2023-03-13T20:45:53.932Z","dependency_job_id":null,"html_url":"https://github.com/ickc/naive-cookiecutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2Fnaive-cookiecutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2Fnaive-cookiecutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2Fnaive-cookiecutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2Fnaive-cookiecutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ickc","download_url":"https://codeload.github.com/ickc/naive-cookiecutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246299298,"owners_count":20755142,"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":[],"created_at":"2024-10-23T12:41:00.178Z","updated_at":"2026-01-08T21:06:10.171Z","avatar_url":"https://github.com/ickc.png","language":"Makefile","funding_links":["https://github.com/sponsors/ickc"],"categories":[],"sub_categories":[],"readme":".. This is auto-generated from `docs/README.md`. Do not edit this file directly.\n\n========================================================================\nnaive_cookiecutter—just a naive cookiecutter to bootstrap Python project\n========================================================================\n\n:Date: August 22, 2022\n\n.. contents::\n   :depth: 3\n..\n\n|Documentation Status| |image1|\n\n|GitHub Actions| |Coverage Status| |image2| |Codacy Code Quality Status| |Scrutinizer Status| |CodeClimate Quality Status|\n\n|Supported versions| |Supported implementations| |PyPI Wheel|\n\n|PyPI Package latest release| |GitHub Releases| |Development Status| |Downloads|\n\n|Commits since latest release| |License|\n\nIntroduction\n============\n\nnaive_cookiecutter is just a naive cookiecutter to bootstrap Python project.\n\nInstruction\n===========\n\n.. code:: bash\n\n   NEW_NAME=...\n   NEW_VERSION=...\n   NEW_YEAR=...\n   NEW_NAME_UPPER=\"$(echo $NEW_NAME | tr '[:lower:]' '[:upper:]')\"\n   find . \\! -path '*/.git/*' -type f -exec sed -i \"s/naive_cookiecutter/$NEW_NAME/g\" {} +\n   find . \\! -path '*/.git/*' -type f -exec sed -i \"s/NAIVE_COOKIECUTTER/$NEW_NAME_UPPER/g\" {} +\n   find . \\! -path '*/.git/*' -type f -exec sed -i \"s/0.1.0/$NEW_VERSION/g\" {} +\n   find . \\! -path '*/.git/*' -type f -exec sed -i \"s/2021–2022/$NEW_YEAR/g\" {} +\n   mv src/naive_cookiecutter \"src/$NEW_NAME\"\n   mv tests/test_naive_cookiecutter.py \"tests/test_$NEW_NAME.py\"\n\n-  update title in\n\n   -  ``docs/README.md``\n   -  ``pyproject.toml``\n\nOptionally also sed\n\n-  GitHub username ``ickc``\n-  author name ``Kolen Cheung``\n-  author email ``christian.kolen@gmail.com``\n\nCopy\n====\n\n.. code:: bash\n\n   rsync -av --stats --exclude .git ./ $TARGET_GIT_REPO_DIRECTORY\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/naive_cookiecutter/badge/?version=latest\n   :target: https://naive_cookiecutter.readthedocs.io/en/latest/?badge=latest\u0026style=plastic\n.. |image1| image:: https://github.com/ickc/naive_cookiecutter/workflows/GitHub%20Pages/badge.svg\n   :target: https://ickc.github.io/naive_cookiecutter\n.. |GitHub Actions| image:: https://github.com/ickc/naive_cookiecutter/workflows/Python%20package/badge.svg\n.. |Coverage Status| image:: https://codecov.io/gh/ickc/naive_cookiecutter/branch/master/graphs/badge.svg?branch=master\n   :target: https://codecov.io/github/ickc/naive_cookiecutter\n.. |image2| image:: https://coveralls.io/repos/ickc/naive_cookiecutter/badge.svg?branch=master\u0026service=github\n   :target: https://coveralls.io/r/ickc/naive_cookiecutter\n.. |Codacy Code Quality Status| image:: https://img.shields.io/codacy/grade/078ebc537c5747f68c1d4ad3d3594bbf.svg\n   :target: https://www.codacy.com/app/ickc/naive_cookiecutter\n.. |Scrutinizer Status| image:: https://img.shields.io/scrutinizer/quality/g/ickc/naive_cookiecutter/master.svg\n   :target: https://scrutinizer-ci.com/g/ickc/naive_cookiecutter/\n.. |CodeClimate Quality Status| image:: https://codeclimate.com/github/ickc/naive_cookiecutter/badges/gpa.svg\n   :target: https://codeclimate.com/github/ickc/naive_cookiecutter\n.. |Supported versions| image:: https://img.shields.io/pypi/pyversions/naive_cookiecutter.svg\n   :target: https://pypi.org/project/naive_cookiecutter\n.. |Supported implementations| image:: https://img.shields.io/pypi/implementation/naive_cookiecutter.svg\n   :target: https://pypi.org/project/naive_cookiecutter\n.. |PyPI Wheel| image:: https://img.shields.io/pypi/wheel/naive_cookiecutter.svg\n   :target: https://pypi.org/project/naive_cookiecutter\n.. |PyPI Package latest release| image:: https://img.shields.io/pypi/v/naive_cookiecutter.svg\n   :target: https://pypi.org/project/naive_cookiecutter\n.. |GitHub Releases| image:: https://img.shields.io/github/tag/ickc/naive_cookiecutter.svg?label=github+release\n   :target: https://github.com/ickc/naive_cookiecutter/releases\n.. |Development Status| image:: https://img.shields.io/pypi/status/naive_cookiecutter.svg\n   :target: https://pypi.python.org/pypi/naive_cookiecutter/\n.. |Downloads| image:: https://img.shields.io/pypi/dm/naive_cookiecutter.svg\n   :target: https://pypi.python.org/pypi/naive_cookiecutter/\n.. |Commits since latest release| image:: https://img.shields.io/github/commits-since/ickc/naive_cookiecutter/v0.1.0.svg\n   :target: https://github.com/ickc/naive_cookiecutter/compare/v0.1.0...master\n.. |License| image:: https://img.shields.io/pypi/l/naive_cookiecutter.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickc%2Fnaive-cookiecutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fickc%2Fnaive-cookiecutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickc%2Fnaive-cookiecutter/lists"}