Downloads
Release notes
This module generates install code for cck_content node types. The install code creates all of the taxonomies referenced by the cck content node as well as all of the cck related stuff.
This allows using cck and views as the starting point for a new module. Just create your cck nodes / fields / groups normally. Create a module to add the functionality you need and place the generated install code in your module.install file as update_1.
Views already provides this capability via the predefined views hook and export, but the closest thing I could find for cck was cck export which didn't work for my needs.
Note: Currently this module generates install code for all of the vocabularies/terms referenced by the selected cck content type. If your cck content type references taxonomies created by other modules you will need to remove some of the generated install code.
New for this release:
1. Added comments to the generated install code
2. Fixed a bug in the query that generates tables for multi-select taxonomy fields.