{"id":13852671,"url":"https://github.com/anavarre/drupal-8-tools","last_synced_at":"2025-07-13T06:30:51.140Z","repository":{"id":82047707,"uuid":"1474725","full_name":"anavarre/drupal-8-tools","owner":"anavarre","description":"Spin up a D8 site in seconds. Audit your D7 module and get a scaffolding for a port to D8. And more.","archived":true,"fork":false,"pushed_at":"2016-04-19T12:47:59.000Z","size":235,"stargazers_count":13,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-22T07:37:03.665Z","etag":null,"topics":["bash","cli","drupal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anavarre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":"audit/README.md","citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-03-13T15:21:35.000Z","updated_at":"2023-01-28T20:25:26.000Z","dependencies_parsed_at":"2023-03-07T11:30:20.218Z","dependency_job_id":null,"html_url":"https://github.com/anavarre/drupal-8-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anavarre/drupal-8-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anavarre%2Fdrupal-8-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anavarre%2Fdrupal-8-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anavarre%2Fdrupal-8-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anavarre%2Fdrupal-8-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anavarre","download_url":"https://codeload.github.com/anavarre/drupal-8-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anavarre%2Fdrupal-8-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265098887,"owners_count":23711217,"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":["bash","cli","drupal"],"created_at":"2024-08-04T22:01:31.605Z","updated_at":"2025-07-13T06:30:50.797Z","avatar_url":"https://github.com/anavarre.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Drupal 8 Tools\n==============\n\nThis is a placeholder for simple D8 goodies that will hopefully help you speed up recurring tasks.\n\nNotes\n-----\n\n- Those Shell scripts have been tested against **Ubuntu 12.04 LTS** (Precise Pangolin) and **14.04 LTS** (Trusty Tahr). If you're running a non LTS release, use at your own risk.\n- Make sure all scripts are executable (**chmod +x script.sh**)\n- It's safer to run those scripts from within a container or a VM (e.g. Docker or Vagrant)\n\nRecommended usage\n-----------------\n\nAdd the following bash aliases in your **.bash_aliases** file:\n\n\u003cpre\u003e\nalias saudit='sudo /path/to/drupal-8-tools/audit/system_audit.sh'\nalias maudit='sudo /path/to/drupal-8-tools/audit/module_audit.sh'\nalias install='sudo /path/to/drupal-8-tools/provisioning/install.sh'\nalias delete='sudo /path/to/drupal-8-tools/provisioning/delete.sh'\nalias update='sudo /path/to/drupal-8-tools/misc/core-update.sh'\nalias module='sudo /path/to/drupal-8-tools/scaffolding/module.sh'\n\u003c/pre\u003e\n\nApply changes without rebooting:\n\n\u003ccode\u003e$ . ~/.bash_aliases\u003c/code\u003e\n\nTo provision a Drupal 8 site, invoke the _install.sh_ or _delete.sh_ script directly and give it a sitename:\n\n\u003ccode\u003e$ install/delete {sitename}\u003c/code\u003e\n\nIf you want a module scaffolding, invoke the _module.sh_ script:\n\n\u003ccode\u003e$ module\u003c/code\u003e\n\nWant to quickly try and update Drupal (there be dragons!)? Run:\n\n\u003ccode\u003e$ update\u003c/code\u003e\n\nTo audit your system against Drupal 8 requirements, run:\n\n\u003ccode\u003e$ saudit\u003c/code\u003e\n\nIf you wish to upgrade a Drupal 7 module to Drupal 8, there's also a script for that! Run the below command and enter the full Unix path to any D7 module to audit:\n\n\u003ccode\u003e$ maudit\u003c/code\u003e\n\nYou might also want to run a quick system audit to make sure your LAMP stack is compatible with Drupal 8's minimum requirements. Simply run:\n\n\u003ccode\u003e$ audit\u003c/code\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanavarre%2Fdrupal-8-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanavarre%2Fdrupal-8-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanavarre%2Fdrupal-8-tools/lists"}