drush_cmi_tools
drush_cmi_tools copied to clipboard
set up drupal.org project
this was hard to find. can you guys set this up as drupal.org project?
Sounds fine to me - @kimpepper @jibran - thoughts?
Yep. It would make the composer config simpler.
Note: there is a name mismatch between the git repo drush_cmi_tools
and project and the composer name drupal/drush-cmi-tools
. This will cause some issues for those switching over.
Not sure about drupal.org. $ composer require previousnext/drush_cmi_tools
looks fine as well. But that would require making this a proper Composer package.
Either his or that the "type": "drupal-module"
should be changed to "type": "drupal-drush"
so this gets installed into the proper location for site wide Drush commands. See Site-Wide Drush Commands.