{"id":14658472,"url":"https://github.com/element119/module-store-entity-creator","last_synced_at":"2025-04-13T07:32:46.430Z","repository":{"id":252710169,"uuid":"840224340","full_name":"element119/module-store-entity-creator","owner":"element119","description":"A Magento 2 CLI utility to allow developers to create new websites, stores, and store views.","archived":false,"fork":false,"pushed_at":"2024-08-12T12:50:32.000Z","size":16,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-12T06:24:11.789Z","etag":null,"topics":["magento2","utility"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/element119.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-08-09T08:30:58.000Z","updated_at":"2024-10-02T17:49:25.000Z","dependencies_parsed_at":"2024-08-12T00:57:43.844Z","dependency_job_id":"1350686c-0419-40c4-bde6-111c1481538c","html_url":"https://github.com/element119/module-store-entity-creator","commit_stats":null,"previous_names":["element119/module-store-entity-creator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-store-entity-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-store-entity-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-store-entity-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-store-entity-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/element119","download_url":"https://codeload.github.com/element119/module-store-entity-creator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223576061,"owners_count":17167796,"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":["magento2","utility"],"created_at":"2024-09-11T18:01:16.673Z","updated_at":"2024-11-07T19:27:27.015Z","avatar_url":"https://github.com/element119.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eelement119 | Store Entity Creator\u003c/h1\u003e\n\n## 📝 Features\n✔️ Create store entities (websites, stores, and store views) using the Magento CLI\n\n✔️ Theme agnostic\n\n✔️ Built in accordance with Magento best practises\n\n✔️ Seamless integration with Magento\n\n✔️ Built with developers and extensibility in mind to make customisations as easy as possible\n\n✔️ Installable via Composer\n\n\u003cbr/\u003e\n\n## 🔌 Installation\nRun the following command to *install* this module:\n```bash\ncomposer require element119/module-store-entity-creator\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## ⏫ Updating\nRun the following command to *update* this module:\n```bash\ncomposer update element119/module-store-entity-creator\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## ❌ Uninstallation\nRun the following command to *uninstall* this module:\n```bash\ncomposer remove element119/module-store-entity-creator\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## 📚 User Guide\n### Website Creation - `app:website:create`\n```\nDescription:\n  Create a new website.\n\nUsage:\n  app:website:create [options] [--] \u003ccode\u003e \u003cname\u003e\n\nArguments:\n  code                                     New website code.\n  name                                     New website name.\n\nOptions:\n      --default-store-id=DEFAULT-STORE-ID  Default store ID for new website.\n      --sort-order=SORT-ORDER              New website sort order.\n      --is-default                         Sets the new website as the default website.\n  -h, --help                               Display help for the given command. When no command is given display help for the list command\n  -q, --quiet                              Do not output any message\n  -V, --version                            Display this application version\n      --ansi|--no-ansi                     Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction                     Do not ask any interactive question\n  -v|vv|vvv, --verbose                     Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n\n### Store Creation - `app:store:create`\n```\nDescription:\n  Create a new store.\n\nUsage:\n  app:store:create [options] [--] \u003ccode\u003e \u003cname\u003e \u003cwebsite_id\u003e \u003croot_category_id\u003e\n\nArguments:\n  code                                               New store code.\n  name                                               New store name.\n  website_id                                         ID of the website to add the new store to.\n  root_category_id                                   New store root category ID.\n\nOptions:\n      --default-store-view-id=DEFAULT-STORE-VIEW-ID  Default store view ID for new store.\n  -h, --help                                         Display help for the given command. When no command is given display help for the list command\n  -q, --quiet                                        Do not output any message\n  -V, --version                                      Display this application version\n      --ansi|--no-ansi                               Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction                               Do not ask any interactive question\n  -v|vv|vvv, --verbose                               Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n\n### Store View Creation - `app:store-view:create`\n```\nDescription:\n  Create a new store view.\n\nUsage:\n  app:store-view:create [options] [--] \u003ccode\u003e \u003cname\u003e \u003cstore_id\u003e\n\nArguments:\n  code                         New store view code.\n  name                         New store view name.\n  store_id                     ID of the store to add the new store view to.\n\nOptions:\n      --disabled               Disable the new store view.\n      --sort-order=SORT-ORDER  New store view sort order.\n  -h, --help                   Display help for the given command. When no command is given display help for the list command\n  -q, --quiet                  Do not output any message\n  -V, --version                Display this application version\n      --ansi|--no-ansi         Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction         Do not ask any interactive question\n  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felement119%2Fmodule-store-entity-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felement119%2Fmodule-store-entity-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felement119%2Fmodule-store-entity-creator/lists"}