·quadrats-module
</>

quadrats-module

rytass/utils

Quadrats CMS NestJS module (Quadrats 富文本 CMS NestJS 模組). Use when working with rich text content management, article versioning (文章版本控制), multi-language content (多語言內容), category management (分類管理), or image uploads (圖片上傳). Covers QuadratsArticleService, CategoryService, TagService, ImageService. Keywords: Quadrats, CMS, 富文本, 文章管理, 多語言, NestJS, rich text, article, versioning

3Installs·0Trend·@rytass

Installation

$npx skills add https://github.com/rytass/utils --skill quadrats-module

SKILL.md

@rytass/quadrats-nestjs 提供 Quadrats CMS 的 NestJS 整合模組,支援富文本內容管理、文章版本控制、多語言內容和圖片上傳。

interface ImageDetailURL { id: string; // 檔案 ID preload: string; // 模糊預載 URL thumbnails: string; // 小尺寸 URL public: string; // 標準尺寸 URL full: string; // 大尺寸 URL }

enum Language { DEFAULT = 'DEFAULT', ZH = 'TRADITIONALCHINESE', // 繁體中文(別名) ZHTW = 'TRADITIONALCHINESE', // 繁體中文 ZHCN = 'SIMPLIFIEDCHINESE', // 簡體中文 ENUS = 'ENGLISHUNITEDSTATES', // 美式英文(別名) EN = 'ENGLISHUNITEDSTATES', // 美式英文 ENGB = 'ENGLISHUNITEDKINGDOM', // 英式英文 JAJP = 'JAPANESE', // 日文 JP = 'JAPANESE', // 日文(別名) KOKR = 'KOREAN', // 韓文

Quadrats CMS NestJS module (Quadrats 富文本 CMS NestJS 模組). Use when working with rich text content management, article versioning (文章版本控制), multi-language content (多語言內容), category management (分類管理), or image uploads (圖片上傳). Covers QuadratsArticleService, CategoryService, TagService, ImageService. Keywords: Quadrats, CMS, 富文本, 文章管理, 多語言, NestJS, rich text, article, versioning Source: rytass/utils.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rytass/utils --skill quadrats-module
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is quadrats-module?

Quadrats CMS NestJS module (Quadrats 富文本 CMS NestJS 模組). Use when working with rich text content management, article versioning (文章版本控制), multi-language content (多語言內容), category management (分類管理), or image uploads (圖片上傳). Covers QuadratsArticleService, CategoryService, TagService, ImageService. Keywords: Quadrats, CMS, 富文本, 文章管理, 多語言, NestJS, rich text, article, versioning Source: rytass/utils.

How do I install quadrats-module?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rytass/utils --skill quadrats-module Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rytass/utils