What problem does it solve?
This Skill standardizes CMS functionality for NestJS projects by offering a unified CMS base that covers article management, category systems, approval workflows, and multi-language content, with GraphQL integration and DataLoader patterns.
Core Features & Use Cases
- Multi-language content support with article versioning and category associations.
- Article lifecycle management including drafting, reviewing, verifying, and releasing.
- GraphQL integration with modular data access and DataLoader patterns for efficiency.
- Use Case: Quickly assemble a content-rich site with multilingual articles, categories, and editorial workflows.
Quick Start
Install the core modules, configure AppModule with CMSBaseModule.forRoot options, and optionally enable CMSBaseGraphQLModule for GraphQL APIs. Example steps: install @rytass/cms-base-nestjs-module and @rytass/cms-base-nestjs-graphql-module, then register the modules in your NestJS AppModule.