A Magnolia CLI helper package for @magnolia/cli-create-app-plugin and @magnolia/cli-create-content-type-plugin
ContentHelper is included as a dependency in @magnolia/cli-create-app-plugin and @magnolia/cli-create-content-type-plugin and does not require separate installation.
ContentHelper is integrated into Magnolia CLI plugins to:
- Facilitate the creation of apps and content types by automating repetitive tasks.
- Provide a consistent user experience across different plugins by centralizing common functionality.
- Avoid code duplication by reusing shared functions between create-app and create-content-type.
For more information on how to use the plugins that depend on ContentHelper, refer to Create App and Create Content Type plugin documentation.