happyculture / kumquat_dev
Drupal module improving Dev Xp
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:drupal-module
README
Kumquat Dev
Kumquat Dev is a module that includes some Developer experience (DX) improvements for Kumquat based projects.
Installation
composer require happyculture/kumquat_dev --dev
drush en kumquat_dev
Available tools
Drush commands
drush kumquat:update (kup)
Helper used to update dependencies. It runs composer update
on the given
dependency then drush updb
, then drush cex
, then adds all files to the git
staging and finally offers to create the commit if you want.
Some options allow you to control how the composer update is made, to provide
the issue number to use in the commit message or even to make the commit
without asking if you are very confident. See drush help kumquat:update
.
drush generate pattern
Helper to generate a pattern according to the UI Patterns definition. It asks you a few questions then creates the directory and needed files so you can start theming quickly.
Credits
The font used for the logo is Smooth Butter from PutraCetol Studio.