{"id":15140518,"url":"https://github.com/ansible/ansible-creator","last_synced_at":"2026-03-16T10:08:33.489Z","repository":{"id":183936750,"uuid":"671032949","full_name":"ansible/ansible-creator","owner":"ansible","description":"The fastest way to generate all your ansible content!","archived":false,"fork":false,"pushed_at":"2025-05-05T16:45:52.000Z","size":10040,"stargazers_count":97,"open_issues_count":22,"forks_count":37,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-05T17:58:28.784Z","etag":null,"topics":["ansible","ansible-devtools","content","developer-tools","hacktoberfest","scaffolding"],"latest_commit_sha":null,"homepage":"https://ansible.readthedocs.io/projects/creator/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansible.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-26T11:43:20.000Z","updated_at":"2025-05-05T16:45:57.000Z","dependencies_parsed_at":"2023-11-07T06:27:06.411Z","dependency_job_id":"96640419-7b45-4fb3-920c-d0cda935c205","html_url":"https://github.com/ansible/ansible-creator","commit_stats":{"total_commits":232,"total_committers":17,"mean_commits":"13.647058823529411","dds":0.7112068965517242,"last_synced_commit":"6608de6451504616708372a20bfa228dccac1efb"},"previous_names":["nilashishc/ansible-creator","ansible/ansible-creator","ansible-community/ansible-creator"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fansible-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fansible-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fansible-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fansible-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansible","download_url":"https://codeload.github.com/ansible/ansible-creator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453667,"owners_count":22073618,"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":["ansible","ansible-devtools","content","developer-tools","hacktoberfest","scaffolding"],"created_at":"2024-09-26T08:23:20.092Z","updated_at":"2026-03-16T10:08:33.464Z","avatar_url":"https://github.com/ansible.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/github/ansible/ansible-creator/graph/badge.svg?token=QZKqxsNNsL)](https://codecov.io/github/ansible/ansible-creator)\n[![PyPI - Status](https://img.shields.io/pypi/status/ansible-creator)](https://pypi.org/project/ansible-creator/)\n[![PyPI - Version](https://img.shields.io/pypi/v/ansible-creator)](https://pypi.org/project/ansible-creator/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ansible-creator)\n![License](https://img.shields.io/github/license/ansible/ansible-creator)\n[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)\n[![GitHub issues](https://img.shields.io/github/issues/ansible/ansible-creator)](https://github.com/ansible/ansible-creator/issues)\n\n# ansible-creator\n\nA CLI tool for scaffolding all your Ansible Content.\n\n## Installation\n\n```shell\npip install ansible-creator\n```\n\n```shell\n$ ansible-creator --help\nusage: ansible-creator [-h] command ...\n\nThe fastest way to generate all your ansible content.\n\nPositional arguments:\n command\n  add           Add resources to an existing Ansible project.\n  init          Initialize a new Ansible project.\n\nOptions:\n --version      Print ansible-creator version and exit.\n -h     --help  Show this help message and exit\n```\n\n## Usage\n\nFull documentation on how to use `ansible-creator`, including integration with\nthe VS Code Ansible Extension, is available in\n[ansible-creator documentation](https://ansible.readthedocs.io/projects/creator/).\n\n## Command line completion\n\n`ansible-creator` has experimental command line completion for common shells.\nPlease ensure you have the `argcomplete` package installed and configured.\n\n```shell\npip install argcomplete --user\nactivate-global-python-argcomplete --user\n```\n\n## Upcoming features\n\n- Scaffold Ansible plugins of your choice with the `create` action. Switch to\n  the [create](https://github.com/ansible-community/ansible-creator/tree/create)\n  branch and try it out!\n\n## Communication\n\nRefer to the\n[Get in Touch](https://ansible.readthedocs.io/projects/creator/contributing/#get-in-touch)\nsection of the Contributor Guide to find out how to communicate with us.\n\nYou can also find more information in the\n[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).\n\n## Contributing\n\nSee\n[Contributing to ansible-creator](https://ansible.readthedocs.io/projects/creator/contributing/).\n\n## Code of Conduct\n\nPlease see the\n[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).\n\n## Licensing\n\nansible-creator is released under the Apache License version 2.\n\nSee the [LICENSE](https://github.com/ansible/ansible-creator/blob/main/LICENSE)\nfile for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible%2Fansible-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansible%2Fansible-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible%2Fansible-creator/lists"}