accessdigital / wilson

A Drupal installation profile produced by Access. New installations should use https://github.com/accessdigital/drupal-template
https://www.weareaccess.co.uk
4 stars 1 forks source link

Bash script to automate setting up a custom theme for Wilson #22

Closed AccessPaul closed 2 years ago

AccessPaul commented 2 years ago

This bash script generates a custom theme from the provided Wilson starter kit, using the passed arguments as the machine and human names. It also does the initial NPM install and build.

./web/profiles/custom/wilson/generate-theme.sh my_project_theme 'My Project Theme'
Screenshot 2022-05-06 at 11 08 02

Additionally, I updated the Wilson readme with instructions for running this script as well as reference to doing the DDEV setup.