Export the configuration on your site into a custom module.
drush features-export
package : A space delimited list of features to export.
--add-profile : Package features into an install profile.
Export all available packages.
drush features-export
Export the example_article and example_page packages.
drush features-export example_article example_page
Export all available packages and add them to an install profile.
drush features-export --add-profile