# CodeMySpecGenerators v0.2.0 - Table of Contents

Generators for code my spec applications

## Pages

- [CodeMySpecGenerators](readme.md)

## Modules

- [CodeMySpecGenerators](CodeMySpecGenerators.md): Mix task generators for CodeMySpec applications.

## Mix Tasks

- [mix cms_gen.accounts](Mix.Tasks.CmsGen.Accounts.md): Generates the accounts context with Account, Member, and Invitation schemas,
repositories, authorization, email notifications, and LiveView pages.
- [mix cms_gen.content](Mix.Tasks.CmsGen.Content.md): Generates the Content context for serving published content (blog posts, pages,
landing pages, and documentation) to public and authenticated viewers.
- [mix cms_gen.feedback_widget](Mix.Tasks.CmsGen.FeedbackWidget.md): > #### Deprecated {: .warning}
>
> Superseded by `mix cms_gen.support_widget`, which does everything this does
> (report an issue) **plus live chat**, over one deploy-key socket connection
> instead of OAuth/REST. Prefer the support widget for new apps; this
> feedback-only widget remains only for existing installs.
- [mix cms_gen.integration_provider](Mix.Tasks.CmsGen.IntegrationProvider.md): Generates an OAuth provider module for the integrations system.
- [mix cms_gen.integrations](Mix.Tasks.CmsGen.Integrations.md): Generates the integrations context with OAuth flow support,
encrypted token storage, and provider behaviour.
- [mix cms_gen.support_widget](Mix.Tasks.CmsGen.SupportWidget.md): Generates an always-on support widget for a host app's logged-in users. One
widget, two clear intents

