This is a yeoman generator for creating columns and contenttypes for SharePoint projects.
If you don't know what yeoman is, take a look here.
Install this generator by executing
npm i -g generator-sp_assets
in your favourite terminal.
- Currently not all column types are supported.
- Inhereting custom parent contenttypes is not yet implemented.
yo sp_assets
yo sp_assets:column
yo sp_assets:contenttype
Any help on further improvements is highly appreciated.