Creating Features with Drush Tutorial

For some reason, I find creating Drupal features via the UI painful. I don’t know why. There isn’t anything really wrong with it. It works fine, I just prefer doing it via Drush. It fits my workflow nicely, I can create them faster, and I like spending as much time in the terminal as possible because I have awesome dotfiles. :P

In this video tutorial, I show you how to easily stub out features modules with drush features-export and add components with drush features-components.