Skip to content

Commit

Permalink
feat: add drush subtheme generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
callinmullaney committed Aug 31, 2023
1 parent afcd432 commit 47d3c2e
Show file tree
Hide file tree
Showing 4 changed files with 820 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drush.services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
emulsify.commands:
class: \Drupal\emulsify\Commands\SubThemeCommands
arguments: ['@file_system']
tags:
- { name: drush.command }
1 change: 1 addition & 0 deletions emulsify.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: theme
description: The official base theme for Emulsify and it's flexible component driven development.
base theme: stable9
core_version_requirement: ^9.5 || ^10
package: emulsify

dependencies:
- 'drupal:components (^3.0)'
Expand Down
Loading

0 comments on commit 47d3c2e

Please sign in to comment.