I recently gave a presentation at the Central Iowa Drupal User's Group about composer, drush, and drupal console. Below are links to the slides and the resources mentioned during the presentation.
Composer
- Install Composer
- Composer template for Drupal projects
- Using Composer to manage Drupal site dependencies
- Tips for Managing Drupal 8 projects with Composer
Drush
- Install globally with composer: composer global require drush/drush
- Find drush commands
Drupal Console