This extension is an example for creating product attributes, groups and sets for Magento 2.
Please read blogpost here: http://www.herveguetin.com/create-product-attributes-groups-and-sets
# From your Magento 2 install dir
composer require herve/product-attributes
php bin/magento module:enable Herve_ProductAttributes
php bin/magento setup:upgrade