# generator-plugin-wp CPT Sub-generator

```bash
yo plugin-wp:cpt <cpt-name>
```

Creates a skeleton custom post type using [CPT_Core](https://github.com/WebDevStudios/CPT_Core).

You can optionally include [CMB2](https://github.com/WebDevStudios/CMB2) by using the `--cmb2` option when running the subgenerator.

Refer to [CPT_Core](https://github.com/WebDevStudios/CPT_Core) for more details on extending the CPT_Core class.
